| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-21 | cuda: add test for libs in stubs/ | David Seifert | |
| 2025-04-04 | add test case for cpp_std/cuda_std | Paolo Bonzini | |
| This was broken twice, so check that it does not regress. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2024-05-30 | cuda: avoid test failure without GPU available | David Seifert | |
| Fixes #13269 | |||
| 2024-05-29 | cuda: add test for late `add_languages('cuda')` | David Seifert | |
| 2024-05-22 | cuda: add test for negative `find_library()` result | David Seifert | |
| 2024-05-07 | cuda: add test for device linking | David Seifert | |
| 2024-05-07 | cuda: add test for C++ linking of dependency('cuda') | David Seifert | |
| 2021-10-27 | Fix crash when getting cuda options | Xavier Claessens | |
| We could have an OptionOverrideProxy of an OptionOverrideProxy, recursively. This fix is a minimal subset of the refactoring I did in https://github.com/mesonbuild/meson/pull/9394. Instead of faking UserOption we can just do a shallow copy of one and set a new value on it. Fixes: #9448 | |||
| 2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | |
| and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||
| 2021-08-12 | Disable asan memory leak checks on a Cuda test. | Jussi Pakkanen | |
| 2021-07-18 | Cuda: Add test for shared versioned internal libs | David Seifert | |
| 2021-07-18 | Cuda: Add test for -isystem/usr/include | David Seifert | |
| 2021-07-18 | Cuda: Add test for -DNDEBUG | David Seifert | |
| 2021-03-28 | Strip host-compiler -std flag from NVCC line. | Olexa Bilaniuk | |
| Closes #8523. | |||
| 2021-02-22 | [CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler. | Olexa Bilaniuk | |
| Enables -Db_sanitize=undefined and company. Also serves as a testcase for NVCC comma-shielding: Because the test- case declares `b_sanitize=address,undefined`, the host GCC compiler needs `-fsanitize=address,undefined`, but this stands a danger of being split by NVCC when wrapped with `-Xcompiler=args,args`. Special, already-existing comma-shielding codepaths activate to prevent this splitting. Closes #8394. | |||
| 2020-11-05 | Update CUDA module's nvcc_arch_flags() and nvcc_arch_readable() for new | Olexa Bilaniuk | |
| CUDA Toolkits. Also harden internal logic and add several asserts in the testcase. | |||
| 2020-11-05 | Add newer CUDA Toolkit version entries. | Olexa Bilaniuk | |
| Also, remove the possibility of passing in a compiler instance to min_driver_version. This is because the NVCC compiler instance is, as of CUDA Toolkit 11.0, no longer guaranteed to be versioned identically to the toolkit itself. | |||
| 2020-10-16 | Add CUDA compiler header symbol tests | Carlos Bederian | |
| 2020-09-02 | cuda: bump CUDA version since 3.0 is no longer supported | Daniel Mensinger | |
| 2020-09-02 | Add test case for cuda compiler setting fix | Matt Madison | |
| Signed-off-by: Matt Madison <matt@madison.systems> | |||
| 2020-01-24 | Fix CUDA test without devices. | Jan Alexander Steffens (heftig) | |
| Getting the runtime version fails when no devices are present. | |||
| 2019-12-23 | refactor: cuda no unused args | Michael Hirsch, Ph.D | |
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | |
| 2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | |
| 2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy | |
| 2019-02-28 | Fix nvcc error with threads dependency (4999) | John M. Lindemon | |
| 2019-02-13 | Fixes for CUDA compiler shared library linking. | Olexa Bilaniuk | |
| 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 | |
| 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 | |
| 2019-01-21 | Convert basic test to print out card info. | Jussi Pakkanen | |
| 2019-01-21 | More tests and pic. | Jussi Pakkanen | |
| 2019-01-21 | Clean up minor issues. | Jussi Pakkanen | |
| 2019-01-21 | added cuda compiler | Beau Johnston | |
