cutlass/test/unit/core
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
..
array.cu CUTLASS 3.5.0 (#1411) 2024-03-19 17:51:04 -04:00
bfloat16.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
CMakeLists.txt CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
complex.cu CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
fast_numeric_conversion.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
float8.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
functional.cu Fix isnan namespace qualification in cutlass/functional.h (#1679) 2024-08-05 14:28:13 -04:00
half.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
matrix_coord.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
matrix.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
numeric_conversion_subbyte.cu CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
numeric_conversion.cu CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
predicate_vector.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
quaternion.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
tensor_ref.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
tensor_view.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
test_unit_core.cpp Update license year (#1306) 2024-01-16 14:37:22 -05:00
tfloat32.cu Update license year (#1306) 2024-01-16 14:37:22 -05:00
uint128.cu Fix uint128 operator add (#1400) 2024-04-02 13:32:18 -04:00