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)