Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Process Error for AdaptiveCpp #617

Open
SushilPratap04 opened this issue Dec 10, 2024 · 1 comment
Open

Build Process Error for AdaptiveCpp #617

SushilPratap04 opened this issue Dec 10, 2024 · 1 comment
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

Comments

@SushilPratap04
Copy link

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.

@Rbiessy Rbiessy added build A request to change/fix/improve the build system bug A request to fix an issue help wanted Tasks, issues or features that could be implemented and contributed to the project labels Dec 10, 2024
@Rbiessy
Copy link
Contributor

Rbiessy commented Dec 10, 2024

Thank you for the issue. As far as I know AdaptiveCpp hasn't been working for a while. Any help would be appreciated to fix these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants