You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the instructions in the readme to build examples "cmake -DNVBench_ENABLE_EXAMPLES=ON -DCMAKE_CUDA_ARCHITECTURES=80 .. && make", but when I run the examples with "./nvbench.example.cpp20.axes" or "./nvbench.example.cpp17.axes", I get the error "Segmentation fault (core dumped)". I didn't change any source codes. How did it happen and how can i fix this?
The environment is as follows:
CPU : Intel(R) Xeon(R) Gold 6348 CPU @ 2.60GHz
GPU : A100
System: Ubuntu 22.04
g++ : 11.4.0
cuda : v12.5
cmake : 2.29.0
The text was updated successfully, but these errors were encountered:
I follow the instructions in the readme to build examples "cmake -DNVBench_ENABLE_EXAMPLES=ON -DCMAKE_CUDA_ARCHITECTURES=80 .. && make", but when I run the examples with "./nvbench.example.cpp20.axes" or "./nvbench.example.cpp17.axes", I get the error "Segmentation fault (core dumped)". I didn't change any source codes. How did it happen and how can i fix this?
The environment is as follows:
CPU : Intel(R) Xeon(R) Gold 6348 CPU @ 2.60GHz
GPU : A100
System: Ubuntu 22.04
g++ : 11.4.0
cuda : v12.5
cmake : 2.29.0
The text was updated successfully, but these errors were encountered: