cutlass/include
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
..
cute Add extended wgmma shapes for all data types (#1666) 2024-07-31 18:33:14 -04:00
cutlass Fix isnan namespace qualification in cutlass/functional.h (#1679) 2024-08-05 14:28:13 -04:00