mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
CK: removed the api reference (#3571)
* removed the api reference * updating to the latest rocm-docs-core min version * fixed a formatting issue with buffer views * removed reference links from code snippets * removed reference links from code snippets --------- Co-authored-by: John Afaganis <john.afaganis@amd.com>
This commit is contained in:
@@ -302,7 +302,7 @@ EmbedTransform expands linear indices from the lower coordinate space into multi
|
||||
using namespace ck_tile;
|
||||
|
||||
// Create embed transform for 2x3 tensor with strides [12, 1]
|
||||
// This is commonly used in :ref:`descriptors <ck_tile_descriptors>`
|
||||
// This is commonly used in descriptors
|
||||
auto transform = make_embed_transform(make_tuple(2, 3), make_tuple(12, 1));
|
||||
|
||||
// Forward: Linear → 2D (Manual calculation)
|
||||
|
||||
Reference in New Issue
Block a user