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.
This commit is contained in:
@@ -109,14 +109,15 @@ tools/
|
||||
library.h # defines enums and structs to describe the tiled structure of operator instances
|
||||
manifest.h # collection of all instances
|
||||
|
||||
scripts/ # scripts to procedurally generate CUTLASS template instances
|
||||
src/
|
||||
|
||||
python/
|
||||
cutlass_library/ # scripts to procedurally generate CUTLASS template instances
|
||||
|
||||
gemm_operations.py
|
||||
library.py
|
||||
generator.py # entry point of procedural generation scripts - invoked by cmake
|
||||
generator.py # entry point of procedural generation scripts - invoked by cmake
|
||||
manifest.py
|
||||
|
||||
src/
|
||||
```
|
||||
|
||||
When CMake is executed, the CUTLASS Instance Library generator scripts are executed to construct a set of
|
||||
|
||||
Reference in New Issue
Block a user