Skip to content

Commit

Permalink
fix the error file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Sep 14, 2024
1 parent d81ffbb commit cb55867
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions artifacts/README.md
Original file line number Diff line number Diff line change
@@ -111,10 +111,11 @@ Since the benchmarks reported in the paper involve running the worklos we listed
1. Run cutlass fused multi-head attention.

Before running this script, please ensure that the pre-built cutlass is located in the root directory of the codebase. If you are using the server we provided, create a symlink to link CUTLASS into the current directory.

```bash
ln -s ~/cutlass cutlass
./run_all_tests_cutlass_mha.sh
ln -s ~/cutlass cutlass
./run_cutlass_mha.sh
```
The execution will take approximately 1 minutes.

0 comments on commit cb55867

Please sign in to comment.