summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ProperDeviceLibraries/use_pthreads.cu
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add test for device linking when host linking uses threadsRobert Maynard2018-10-241-0/+9
Convert the `CudaOnly.LinkSystemDeviceLibraries` test to a new `Cuda.ProperDeviceLibraries` test. The former covered only the `cublas_device` library which is removed by CUDA 10. Extend the new test to also cover various cases of using threads. Issue: #18008