cutlass/examples/40_cutlass_py
ANIKET SHIVAM 90d3b0fb18
CUTLASS 3.2.1 (#1113)
* Updates for 3.2.1 release.

* Minor fix in gemm op profiler for raster order.

* Add scheduler mapping for raster order in the kernels.
2023-09-26 17:24:26 -04:00
..
customizable CUTLASS 3.2.1 (#1113) 2023-09-26 17:24:26 -04:00
conv2d.py CUTLASS 3.2.1 (#1113) 2023-09-26 17:24:26 -04:00
gemm_grouped.py CUTLASS 3.2.1 (#1113) 2023-09-26 17:24:26 -04:00
gemm.py CUTLASS 3.2.1 (#1113) 2023-09-26 17:24:26 -04:00
README.md CUTLASS 3.2.1 (#1113) 2023-09-26 17:24:26 -04:00

PyCUTLASS Examples

This directory contains deprecated examples for PyCUTLASS, a precursor to the CUTLASS Python interface. For examples of using CUTLASS's actively-maintained Pythonic interface, see the examples/python directory.