Skip to content

Tests: Teach CudaOnly.CUBIN to tolerate toolkit not supporting native arch

Brad King requested to merge brad.king/cmake:test-cuda-cubin into master

Since !8259 (merged) added this test, it has failed when executed with a CUDA toolkit that does not support the true native architecture of the GPU. Detect this case and skip the test.

Merge request reports