From 88b0bdbca2cc407dc4e53fba817be8654596cd36 Mon Sep 17 00:00:00 2001 From: AviralGoelAMD Date: Wed, 16 Jul 2025 12:53:41 +0000 Subject: [PATCH] GH-2368 Adding a basic glossary GH-2368 Minor edits GH-2368 Adding missing READMEs and standardization. resolving readme updates GH-2368 Minor improvements to documentation. Improving some readmes. Further improvement for readmes. Cleaned up the documentation in 'client_example' (#2468) Update for PR Update ACRONYMS.md to remove trivial terms Update ACRONYMS.md to provide detailed explanations for BF16 and BF8 formats Apply suggestion from @spolifroni-amd Co-authored-by: spolifroni-amd Apply suggestion from @spolifroni-amd Co-authored-by: spolifroni-amd Update README.md to clarify CK Tile API description and remove outdated references to the Tile Engine. revise 37_transpose readme revise 36_copy readme Remove references to the Tile Engine in README files for 19_gemm_multi_d and 35_batched_transpose, and update distribution links for clarity. Remove references to the Tile Engine in multiple README files and update distribution links for consistency and clarity. Remove references to the Tile Engine in README files across multiple examples Refine README files by removing outdated references to the Tile Engine --- example/67_gemm_microscaling/README.md | 3 --- example/ck_tile/02_layernorm2d/README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/example/67_gemm_microscaling/README.md b/example/67_gemm_microscaling/README.md index ae7ecd0605..1fccaa714b 100644 --- a/example/67_gemm_microscaling/README.md +++ b/example/67_gemm_microscaling/README.md @@ -30,8 +30,6 @@ Custom tensor shapes: ./bin/example_gemm_mx_fp8 1 2 1 0 256 256 512 -1 -1 -1 1 10 10 ``` -<<<<<<< HEAD -======= ### Run the Example Custom verification parameters: @@ -50,7 +48,6 @@ Custom tensor shapes: ./bin/example_gemm_mx_fp8 1 2 1 0 128 128 256 -1 -1 -1 1 ``` ->>>>>>> 1e3ba1beb (Further improvement for readmes.) Default invocation: ```bash # Implies: ./bin/example_gemm_mx_fp8 1 2 0 0 diff --git a/example/ck_tile/02_layernorm2d/README.md b/example/ck_tile/02_layernorm2d/README.md index 469dd43e1c..719920bc51 100644 --- a/example/ck_tile/02_layernorm2d/README.md +++ b/example/ck_tile/02_layernorm2d/README.md @@ -128,7 +128,7 @@ Note that `fquant=2`, `fadd=2`, `prec_sm/prec_sy` other than `fp32` are not by d - [03_gemm](../03_gemm/README.md): Tile-programming GEMM - [12_smoothquant](../12_smoothquant/README.md): Standalone smoothquant kernel -For tile engine and distribution, see `include/ck_tile/tile_engine/` and `include/ck_tile/tile_program/tile_distribution/`. +For and distribution, see `include/ck_tile/tile_program/tile_distribution/`. --- [Back to CK Tile Examples](../README.md)