cutlass/test
Mark Hoemmen 19b4c5e065
Fix isnan namespace qualification in cutlass/functional.h (#1679)
* Fix unrelated MSVC build warnings

* Fix use of isnan in functional.h

Correct namespace qualification of isnan in functional.h
so that it invokes cutlass::isnan for half_t, instead of
converting half_t to float and invoking std::isnan (on host,
or ::isnan on device).
2024-08-05 14:28:13 -04:00
..
python Updates for CUTLASS 3.5.0 (#1468) 2024-04-11 21:33:40 -04:00
self_contained_includes CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
unit Fix isnan namespace qualification in cutlass/functional.h (#1679) 2024-08-05 14:28:13 -04:00
CMakeLists.txt CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00