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
I'm compiling the project in Ubuntu22.04,clang compiler,nvidia-driver-535 environment
use the following commands:
$ rm -rf * $ cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .. # Initial configuration $ make
and get errors as follows:
is there something wrong with my commands?Could someone held the similar problem and found the methods to fixed it shared the methods?
The text was updated successfully, but these errors were encountered:
I fixed it by modifying the CMakeCache.txt:
375: LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES:STRING=30
Change it to other compute_capabilities and it'll be ok to compile.
etc.
375: LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES:STRING=60
I guess it's my GPU driver's problem
Sorry, something went wrong.
No branches or pull requests
I'm compiling the project in Ubuntu22.04,clang compiler,nvidia-driver-535 environment
use the following commands:
$ rm -rf *
$ cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .. # Initial configuration
$ make
and get errors as follows:
is there something wrong with my commands?Could someone held the similar problem and found the methods to fixed it shared the methods?
The text was updated successfully, but these errors were encountered: