NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.5k stars 311 forks source link

Some typos in cuSPARSE samples CMakeLists.txt #155

Closed Forsworns closed 9 months ago

Forsworns commented 10 months ago

The cuSPARSE/gpsvInterleavedBatch/CMakeLists.txt and cuSPARSE/coosort/CMakeLists.txt configure the target to *.cu, while the source file is in fact cuSPARSE/gpsvInterleavedBatch/gpsvInterleavedBatch_example.c and cuSPARSE/coosort/coosort_example.c

https://github.com/NVIDIA/CUDALibrarySamples/blob/1ce6f17e8fc2dcdcf8264dd7b246a0b4b9298a97/cuSPARSE/gpsvInterleavedBatch/CMakeLists.txt#L59

https://github.com/NVIDIA/CUDALibrarySamples/blob/1ce6f17e8fc2dcdcf8264dd7b246a0b4b9298a97/cuSPARSE/coosort/CMakeLists.txt#L59

fbusato commented 9 months ago

This has been fixed. Please check the last version of the master branch