GMAP / NPB-GPU

NAS Parallel Benchmarks for GPU
Other
18 stars 7 forks source link

improvement: collecting gpu compute capability automatically #9

Closed gabriellaraujocoding closed 3 months ago

gabriellaraujocoding commented 3 months ago

Some people are struggling to compile and run NPB-GPU with CUDA because they are not providing the compute capability of their GPUs in the make.def file.

In this commit, we introduce an improvement to NPB-GPU where the NPB-GPU automatically collects the compute capability of the GPU specified in the file gpu.config (GPU_DEVICE).

dalvangriebler commented 3 months ago

Thanks @gabriellaraujo1903