Skip to content

Commit

Permalink
Update libcudacxx/include/cuda/std/__cccl/extended_data_types.h
Browse files Browse the repository at this point in the history
Co-authored-by: Bernhard Manfred Gruber <[email protected]>
  • Loading branch information
fbusato and bernhardmgruber authored Jan 31, 2025
1 parent fc28c44 commit d439195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcudacxx/include/cuda/std/__cccl/extended_data_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# define _CCCL_HAS_NVFP8() 1
#else
# define _CCCL_HAS_NVFP8() 0
#endif // _CCCL_HAS_INCLUDE(<cuda_fp8.h>) && _CCCL_HAS_NVFP16() && _CCCL_HAS_NVBF16()
#endif // _CCCL_HAS_INCLUDE(<cuda_fp8.h>) && _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)
Expand Down

0 comments on commit d439195

Please sign in to comment.