Skip to content

Commit

Permalink
Add cuda::is_floating_point supporting half and bfloat (NVIDIA#3379)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schellenberger Costa <[email protected]>
  • Loading branch information
2 people authored and davebayer committed Jan 22, 2025
1 parent a215d12 commit c89cf67
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<short>();
test_is_not_floating_point<unsigned short>();
Expand Down

0 comments on commit c89cf67

Please sign in to comment.