We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Samples/0_Introduction/matrixMul_nvrtc can be compiled, but error shows
./cooperative_groups/details/info.h(167): catastrophic error: cannot open source file
I add some include path in makefile then it can run successfully.
build: matrixMul_nvrtc $(EXEC) cp "$(CUDA_PATH)/include/cooperative_groups.h" . $(EXEC) cp -r "$(CUDA_PATH)/include/cooperative_groups" .
add some lines to
build: matrixMul_nvrtc $(EXEC) cp "$(CUDA_PATH)/include/cooperative_groups.h" . $(EXEC) cp -r "$(CUDA_PATH)/include/cooperative_groups" . $(EXEC) cp -r "$(CUDA_PATH)/include/nv" . $(EXEC) cp -r "$(CUDA_PATH)/include/cuda" .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Samples/0_Introduction/matrixMul_nvrtc can be compiled, but error shows
I add some include path in makefile then it can run successfully.
add some lines to
The text was updated successfully, but these errors were encountered: