We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e2557 commit 80d7f7bCopy full SHA for 80d7f7b
README.md
@@ -32,8 +32,13 @@ The new instructions depend on the local changes in both **LLVM** and **riscv-op
32
Run the following from the repository root:
33
34
```bash
35
+# set env properly
36
+source util/iis-env.sh
37
+# update opcodes
38
make init
39
+# clone customed LLVM
40
make sw/toolchain/llvm-project
41
+# build LLVM
42
make tc-llvm
43
```
44
@@ -43,12 +48,6 @@ The local LLVM toolchain will be installed to:
48
spatz/build/llvm
49
45
50
46
-If you use the IIS environment helper, source:
47
-
-```tcl
-source util/iis-env.sh
-```
51
52
### Added software: hp-dqmatmul
53
54
A new software kernel was added for vector dequantized matrix multiplication using the new instructions.
0 commit comments