Build Process Error for AdaptiveCpp #617
Labels
bug
A request to fix an issue
build
A request to change/fix/improve the build system
help wanted
Tasks, issues or features that could be implemented and contributed to the project
Summary
While building oneMath with AdaptivCpp , I am getting the following error.
oneMath/src/blas/backends/cublas/cublas_helper.hpp:263:5: error: static assertion failed
static_assert(false);
^ ~~~~~
1 error generated when compiling for sm_70.
Environment
Linux, x86_64
cuda:sm_70
Steps to reproduce
git clone: https://github.com/uxlfoundation/oneMath.git
cmake .. -DONEMATH_SYCL_IMPLEMENTATION=hipsycl
-DENABLE_MKLGPU_BACKEND=False
-DENABLE_MKLCPU_BACKEND=False
-DENABLE_CURAND_BACKEND=True
-DENABLE_CUBLAS_BACKEND=True
-DHIPSYCL_TARGETS=omp
-DHIPSYCL_TARGETS=cuda:sm_70
-DBUILD_FUNCTIONAL_TESTS=False
-DBUILD_EXAMPLES=False
cmake --build .
Thank You.
The text was updated successfully, but these errors were encountered: