cutlass/test/unit
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
..
cluster_launch Update license year (#1306) 2024-01-16 14:37:22 -05:00
common CUTLASS 3.5.0 (#1411) 2024-03-19 17:51:04 -04:00
conv CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
core Fix isnan namespace qualification in cutlass/functional.h (#1679) 2024-08-05 14:28:13 -04:00
cute CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
data/hashes CUTLASS 3.5.0 (#1411) 2024-03-19 17:51:04 -04:00
epilogue CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
gemm CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
layout Update license year (#1306) 2024-01-16 14:37:22 -05:00
nvrtc CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
pipeline CUTLASS 3.5.0 (#1411) 2024-03-19 17:51:04 -04:00
reduction Update license year (#1306) 2024-01-16 14:37:22 -05:00
substrate Update license year (#1306) 2024-01-16 14:37:22 -05:00
transform CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
util Update license year (#1306) 2024-01-16 14:37:22 -05:00
CMakeLists.txt Support use of external/system GTest installation (#1469) 2024-07-10 11:07:57 -04:00
test_unit.cpp Update license year (#1306) 2024-01-16 14:37:22 -05:00