nvbench icon indicating copy to clipboard operation
nvbench copied to clipboard

Running examples causes segmentation fault

Open xiupingcui opened this issue 1 year ago • 0 comments

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

xiupingcui avatar Aug 23 '24 05:08 xiupingcui