mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 03:37:38 +00:00
Updates based on PR feedback 2
This commit is contained in:
@@ -145,10 +145,8 @@ Table of supported cases by instance factory with XDL instruction for Row/Row/Ro
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -27,10 +27,8 @@ where $\sigma$ is the sigmoid function.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -20,10 +20,8 @@ $\mu$, $\sigma^2$ are mean and variance over the normalization axis; $\gamma$, $
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -16,10 +16,8 @@ This client example demonstrates **general tensor contraction** operations, incl
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $\gamma$, $\beta$ are learnable scale and shift parameters.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -84,10 +84,8 @@ Table of supported cases by instance factory with fused elementwise operation:
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -31,10 +31,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -20,10 +20,8 @@ This client example demonstrates **quantized GEMM and 2D convolution** operation
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -66,10 +66,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -81,10 +81,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $\gamma$, $\beta$ are learnable scale and shift parameters.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $\gamma_c$, $\beta_c$ are learnable scale and shift parameters per channel.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -15,10 +15,8 @@ See [BatchNorm Theory](../13_batchnorm/README.md) for the mathematical details o
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -20,10 +20,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -20,10 +20,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -23,10 +23,8 @@ where $\sigma$ is the sigmoid function.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -24,10 +24,8 @@ $\gamma$, $\beta$ are learnable scale and shift parameters.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ Where $s_H, s_W, s_D$ are strides, $k_H, k_W, k_D$ are kernel sizes.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -19,10 +19,8 @@ This client example demonstrates **Split-K GEMM**, a technique for parallelizing
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -17,10 +17,8 @@ For $G$ groups, each with its own $A_g$, $B_g$, $b_g$:
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -16,10 +16,8 @@ For $G$ groups, each with its own $A_g$, $B_g$:
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -17,10 +17,8 @@ This client example demonstrates **elementwise operations fused with 3D tensor t
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ For each group $g$:
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -17,10 +17,8 @@ Given a tensor $X[N, H, W, C]$ and a reduction axis (e.g., channel $C$):
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -16,10 +16,8 @@ This client example demonstrates **im2col (image-to-column) and col2im (column-t
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ This client example demonstrates **GEMM fused with addition and multiplication o
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -27,10 +27,8 @@ where $\sigma$ is the sigmoid function.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -24,10 +24,8 @@ Stride, padding, and dilation parameters control the mapping between input and o
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -19,10 +19,8 @@ The convolution computes the standard output as well as additional outputs or st
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -19,10 +19,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -20,10 +20,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -22,10 +22,8 @@ For each output position:
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ This example demonstrates **GEMM (General Matrix Multiplication) with quantized
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ The kernel computes the main GEMM output and additional reductions or statistics
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -19,10 +19,8 @@ This example demonstrates **GEMM fused with layer normalization**. This pattern
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -20,10 +20,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ This example demonstrates **GEMM fused with bias addition, elementwise operation
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $\gamma$, $\beta$ are learnable scale and shift parameters.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -19,10 +19,8 @@ This example demonstrates the **fused attention mechanism** used in transformer
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -21,10 +21,8 @@ $\gamma_c$, $\beta_c$ are learnable scale and shift parameters per channel.
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -17,10 +17,8 @@ $$
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -19,10 +19,8 @@ This example demonstrates **2D convolution forward with quantized weights or act
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -17,10 +17,8 @@ This example demonstrates **elementwise operations fused with tensor permutation
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
@@ -18,10 +18,8 @@ This example demonstrates **GEMM fused with addition and multiplication operatio
|
||||
## How to Run
|
||||
|
||||
### Prerequisites
|
||||
```bash
|
||||
cd composable_kernel/build
|
||||
make -j install
|
||||
```
|
||||
|
||||
Please follow the instructions in the main [Build Guide](../../README.md#building-ck) section as a prerequisite to building and running this example.
|
||||
|
||||
### Build and run
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user