cutlass/test/unit/gemm
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
..
device Allow per-column bias in EpilogueTensorBroadcast (#1275) 2024-01-04 12:48:31 -05:00
kernel New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00
thread New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00
threadblock CUTLASS 3.2.1 (#1113) 2023-09-26 17:24:26 -04:00
warp CUTLASS 3.3.0 (#1167) 2023-11-02 11:09:05 -04:00
CMakeLists.txt New updates for 2.11 (#775) 2023-01-20 16:32:57 -05:00