Drop support for MSVC.

This commit is contained in:
Allison Piper
2025-04-04 22:17:03 +00:00
parent 1d0daa52ae
commit 93ea533fd3
23 changed files with 26 additions and 570 deletions

View File

@@ -1,9 +1,3 @@
if ("MSVC" STREQUAL "${CMAKE_CXX_COMPILER_ID}")
# There's a bug that prevents build-and-test from working on MSVC.
# See NVIDIA/nvbench#43.
return()
endif()
# Need to escape the semicolons in CUDA_ARCHITECTURES or the tests break:
nvbench_escaped_cuda_arches(arches)