cutlass/test/unit
Ali Hassani d4be5ab5d7
Allow per-column bias in EpilogueTensorBroadcast (#1275)
* Allow per-column bias in EpilogueTensorBroadcast

EpilogueTensorBroadcast only supports per-row vector broadcast, because
the bias stride is hardcoded.

It can easily support both if the bias stride is made conditional, and
the original behavior is maintained by defaulting to per-row.

* Add unit test for EpilogueTensorBroadcast with per-col bias

---------

Co-authored-by: Ali Hassani <ahassanijr@gmail.com>
Co-authored-by: Ali Hassani <ali@hippoml.com>
2024-01-04 12:48:31 -05:00
..
cluster_launch CUTLASS 3.1 (#915) 2023-04-14 23:19:34 -04:00
common Fix typos (#839) 2023-02-27 11:17:58 -05:00
conv CUTLASS 3.4.0 (#1286) 2023-12-29 15:21:31 -05:00
core CUTLASS 3.4.0 (#1286) 2023-12-29 15:21:31 -05:00
cute CUTLASS 3.4.0 (#1286) 2023-12-29 15:21:31 -05:00
data/hashes CUTLASS 2.9 (#468) 2022-04-23 15:02:38 -04:00
epilogue New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00
gemm Allow per-column bias in EpilogueTensorBroadcast (#1275) 2024-01-04 12:48:31 -05:00
layout New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00
nvrtc CUTLASS 3.4.0 (#1286) 2023-12-29 15:21:31 -05:00
pipeline CUTLASS 3.4.0 (#1286) 2023-12-29 15:21:31 -05:00
reduction CUTLASS 3.2 (#1024) 2023-08-07 20:50:32 -04:00
substrate CUTLASS 3.1 (#915) 2023-04-14 23:19:34 -04:00
transform New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00
util CUTLASS 3.3.0 (#1167) 2023-11-02 11:09:05 -04:00
CMakeLists.txt CUTLASS 3.4.0 (#1286) 2023-12-29 15:21:31 -05:00
test_unit.cpp New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00