ComputationalRadiationPhysics / cuda_memtest

Fork of CUDA GPU memtest :eyeglasses:
http://sourceforge.net/projects/cudagpumemtest
110 stars 31 forks source link

compiling with clang #10

Open psychocoderHPC opened 7 years ago

psychocoderHPC commented 7 years ago

Currently it is not possible to compile the host and device side of cuda_memtest with the clang compiler.

Maybe it is enough to update the CMakeList.txt and take care of the differences to create the binary with nvcc and clang.