Commit c46e02cc authored by Ville Pietilä's avatar Ville Pietilä
Browse files

Update Readme.

parent 810c3c1d
...@@ -130,6 +130,19 @@ Static GEMM operations library ...@@ -130,6 +130,19 @@ Static GEMM operations library
make -j device_gemm_operations make -j device_gemm_operations
``` ```
Other libs linked statically to the grouped_gemm CK implementation:
```bash
make -j utility
```
```bash
make -j device_contraction_operations
```
```bash
make -j device_reduction_operations
```
Tests Tests
```bash ```bash
make -j test_grouped_gemm make -j test_grouped_gemm
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment