From e494e4fa4c95e51327a689c70f408defbf92ff26 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Tue, 21 Jan 2025 16:39:10 +0100 Subject: [PATCH] Add cuda::is_floating_point supporting half and bfloat (#3379) Co-authored-by: Michael Schellenberger Costa --- .../meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp b/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp index b0b7a3f3b69..13bb443314a 100644 --- a/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp +++ b/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp @@ -86,10 +86,6 @@ int main(int, char**) #ifdef _LIBCUDACXX_HAS_NVBF16 test_is_floating_point<__nv_bfloat16>(); #endif // _LIBCUDACXX_HAS_NVBF16 -#if _CCCL_HAS_NVFP8() - test_is_floating_point<__nv_fp8_e4m3>(); - test_is_floating_point<__nv_fp8_e5m2>(); -#endif // ()) test_is_not_floating_point(); test_is_not_floating_point();