Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-16 | Add CUDA compiler header symbol tests | Carlos Bederian | 1 | -0/+27 | |
2020-09-02 | cuda: bump CUDA version since 3.0 is no longer supported | Daniel Mensinger | 1 | -2/+2 | |
2020-09-02 | Add test case for cuda compiler setting fix | Matt Madison | 3 | -0/+40 | |
Signed-off-by: Matt Madison <matt@madison.systems> | |||||
2020-01-24 | Fix CUDA test without devices. | Jan Alexander Steffens (heftig) | 1 | -10/+11 | |
Getting the runtime version fails when no devices are present. | |||||
2019-12-23 | refactor: cuda no unused args | Michael Hirsch, Ph.D | 16 | -25/+25 | |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 5 | -11/+11 | |
2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | 17 | -0/+231 | |
2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy | 8 | -0/+96 | |
2019-02-28 | Fix nvcc error with threads dependency (4999) | John M. Lindemon | 5 | -0/+132 | |
2019-02-13 | Fixes for CUDA compiler shared library linking. | Olexa Bilaniuk | 5 | -0/+131 | |
Also adds test case for shared library linking. Closes #4912, at least on Linux. The future 0.50.0 does not yet claim to support CUDA on systems other than Linux and backends other than Ninja. | |||||
2019-02-02 | Add unstable CUDA module. | Olexa Bilaniuk | 2 | -0/+46 | |
Includes three general utility functions connected to CUDA, in particular the crafting of -gencode flags as done in CMake: https://github.com/Kitware/CMake/blob/master/Modules/FindCUDA/ select_compute_arch.cmake | |||||
2019-01-21 | All the fixes needed to make work against current master. | Jussi Pakkanen | 1 | -3/+0 | |
2019-01-21 | Convert basic test to print out card info. | Jussi Pakkanen | 1 | -4/+26 | |
2019-01-21 | More tests and pic. | Jussi Pakkanen | 7 | -0/+64 | |
2019-01-21 | Clean up minor issues. | Jussi Pakkanen | 1 | -6/+4 | |
2019-01-21 | added cuda compiler | Beau Johnston | 2 | -0/+18 | |