Skip to content

Kokkos: disable failing CUDA+DEBUG test

James Willenbring requested to merge kokkos-debug-cuda-fix into develop

Created by: ibaned

@trilinos/kokkos @trilinos/framework

Description

Disable instances of a test which request a hardcoded number of 32 CUDA threads per warp, because with debugging enabled the CUDA kernel uses too many registers and can only run on 16 threads per warp max.

Motivation and Context

This test is failing in key ATDM build configurations

Related Issues

kokkos/kokkos#1514, kokkos/kokkos#1513, #2471 (closed)

Merge request reports