cutlass/include/cutlass/epilogue
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
..
collective Fix isnan namespace qualification in cutlass/functional.h (#1679) 2024-08-05 14:28:13 -04:00
fusion CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
thread CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
threadblock CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
warp CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
dispatch_policy.hpp CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00