diff --git a/.upstream-tests/test/cuda/test_platform.pass.cpp b/.upstream-tests/test/cuda/test_platform.pass.cpp index 404dda6bb6..2604179dd4 100644 --- a/.upstream-tests/test/cuda/test_platform.pass.cpp +++ b/.upstream-tests/test/cuda/test_platform.pass.cpp @@ -96,7 +96,6 @@ __host__ __device__ void test() { NV_IS_HOST, (), NV_IS_DEVICE, ( static_assert(NV_TARGET_MINIMUM_SM_INTEGER == (__CUDA_ARCH__ / 10), "arch mismatch"); - static_assert(nv::target::detail::toint(NV_TARGET_MINIMUM_SM_SELECTOR) == (__CUDA_ARCH__ / 10), "arch mismatch"); static_assert(__CUDA_MINIMUM_ARCH__ == __CUDA_ARCH__, "arch mismatch"); ) )