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

CUDA error in fusion step #13

Closed
Hippogriff opened this issue Jun 22, 2021 · 2 comments
Closed

CUDA error in fusion step #13

Hippogriff opened this issue Jun 22, 2021 · 2 comments

Comments

@Hippogriff
Copy link

Hippogriff commented Jun 22, 2021

I am getting the following warning in fusion step, which makes the code to not use GPU:

no kernel image is available for execution on the device in libfusiongpu/fusion.cu at 51

I am using Titan V gpu with cuda 11.2.

@bharat-b7
Copy link

bharat-b7 commented Jul 12, 2021

Facing the same issue, did anyone find a fix?

Update: I managed to get it working by selecting correct gencode for my GPU in the following lines in libfusiongpu/CMakeLists.txt:

set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS}; -gencode=arch=compute_30,code=sm_30")
set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS}; -gencode=arch=compute_30,code=compute_30")

@davidstutz
Copy link
Owner

Thanks @bharat-b7 for sharing the fix, will mention it in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants