We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb4900 commit ebeda07Copy full SHA for ebeda07
examples/xegpu_matmul/README.md
@@ -20,10 +20,11 @@ Set `LLVM_INSTALL_DIR` and use the below script to checkout and compile LLVM loc
20
21
```bash
22
export LLVM_INSTALL_DIR=<...>
23
-LLVM_VERSION=83765f435d1c
24
-git checkout https://github.com/llvm/llvm-project.git -b $LLVM_VERSION
+export LLVM_VERSION=83765f435d1c
25
+git clone https://github.com/llvm/llvm-project.git
26
cd llvm-project
27
+git checkout $LLVM_VERSION
28
mkdir -p build
29
cd build
30
0 commit comments