Skip to content

Commit 90fc1ae

Browse files
committed
[examples][xegpu-matmul] Fix README
1 parent acb4900 commit 90fc1ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/xegpu_matmul/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ Set `LLVM_INSTALL_DIR` and use the below script to checkout and compile LLVM loc
2020

2121
```bash
2222
export LLVM_INSTALL_DIR=<...>
23-
LLVM_VERSION=83765f435d1c
24-
git checkout https://github.com/llvm/llvm-project.git -b $LLVM_VERSION
23+
export LLVM_VERSION=83765f435d1c
2524

25+
git clone https://github.com/llvm/llvm-project.git
2626
cd llvm-project
27+
git checkout $LLVM_VERSION
2728
mkdir -p build
2829
cd build
2930

0 commit comments

Comments
 (0)