CUTLASS 3.6.0 (#1850)
* v3.6 * update changelog * update readme * fix typo * fixing typos * hopper gemm with weight prefetch --------- Co-authored-by: yuzhai <yuzhai@nvidia.com> Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
/*! \file
|
||||
\brief Hopper Ptr-Array Batched GEMM example using CUTLASS 3 APIs for NVIDIA Hopper architecture.
|
||||
|
||||
This example demonstrates an implementation of Ptr-Array Batched GEMM using a TMA + GMMA
|
||||
This example demonstrates an implementation of Ptr-Array Batched GEMM using a TMA + GMMA
|
||||
warp-specialized cooperative kernel.
|
||||
The new feature showcased in this example is on-the-fly modification of TMA descriptors
|
||||
to move between batches (represented by l).
|
||||
@@ -547,3 +547,4 @@ int main(int argc, char const **args) {
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user