summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/Complex/file3.cu
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Run clang-format on CUDA codeBrad King2017-02-141-18/+12
|
* Tests/Cuda: Use memory allocated on the GPU in the kernelsPierre Moreau2017-02-101-5/+22
|
* Tests/Cuda: Print asynchronous error messages, if anyPierre Moreau2017-02-101-0/+7
| | | | | | | | | | As kernel launches are asynchronous, a `cudaGetLastError()` right after the kernel launch might be executed while the kernel is still running. Synchronizing the device will ensure that all the work is completed before progressing further on, and allows to catch errors that were previously missed. The `cudaGetLastError()` after the `cudaDeviceSynchronize()` is there to reset the error variable to `cudaSuccess`.
* Tests/Cuda: Add identifiers to error messagesPierre Moreau2017-02-101-1/+2
|
* Tests/Cuda: Print error message if an error occurredPierre Moreau2017-02-101-1/+1
| | | | Fixes c59811a2 "CUDA: Tests now state why they are failing when no CUDA card is found."
* CUDA: Tests now state why they are failing when no CUDA card is found.Robert Maynard2016-12-151-2/+6
|
* CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-141-0/+25