Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kokkos: disable failing CUDA+DEBUG test
This test requests a hardcoded number of 32 CUDA threads per warp, but with debugging enabled the CUDA kernel uses too many registers and can only run on 16 threads per warp max. [kokkos/kokkos#1514, kokkos/kokkos#1513, #2471]
- Loading branch information