From d439195f4511ee9a902af4273b29c7dba4688efd Mon Sep 17 00:00:00 2001 From: Federico Busato <50413820+fbusato@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:11:10 -0800 Subject: [PATCH] Update libcudacxx/include/cuda/std/__cccl/extended_data_types.h Co-authored-by: Bernhard Manfred Gruber --- libcudacxx/include/cuda/std/__cccl/extended_data_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcudacxx/include/cuda/std/__cccl/extended_data_types.h b/libcudacxx/include/cuda/std/__cccl/extended_data_types.h index c8c7bb3dc16..86f8e087f4a 100644 --- a/libcudacxx/include/cuda/std/__cccl/extended_data_types.h +++ b/libcudacxx/include/cuda/std/__cccl/extended_data_types.h @@ -56,7 +56,7 @@ # define _CCCL_HAS_NVFP8() 1 #else # define _CCCL_HAS_NVFP8() 0 -#endif // _CCCL_HAS_INCLUDE() && _CCCL_HAS_NVFP16() && _CCCL_HAS_NVBF16() +#endif // _CCCL_HAS_INCLUDE() && _CCCL_HAS_NVFP16() && _CCCL_HAS_NVBF16() && !defined(CCCL_DISABLE_NVFP8_SUPPORT) #if !defined(CCCL_DISABLE_FLOAT128_SUPPORT) # if _CCCL_COMPILER(NVRTC) && defined(__CUDACC_RTC_FLOAT128__) && _CCCL_OS(LINUX)