You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ninja <target> // For example: `ninja deepseek-r1`
39
+
$ ./bin/<target> // Directly run the target
43
40
```
44
41
45
-
###Cross Compile to Target Platform
42
+
## Cross Compile to RVV Platform
46
43
47
-
**RISC-V Vector Extension**
44
+
### Environmental Setup
48
45
49
-
Follow the [Environment Setup Guide for MLIR and RVV Testing and Experiments](https://github.com/buddy-compiler/buddy-mlir/blob/main/docs/RVVEnvironment.md) to prepare the RVV environment. Furthermore, To enable the openmp feature on RISC-V, you also need to refer to [Prepare RISC-V OpenMP ToolChain](https://github.com/buddy-compiler/buddy-benchmark/blob/main/docs/PrepareRVOpenMP.md).
46
+
1.Follow the [Environment Setup Guide for MLIR and RVV Testing and Experiments](https://github.com/buddy-compiler/buddy-mlir/blob/main/docs/RVVEnvironment.md) to prepare the RVV environment.
50
47
48
+
2. Since the repository depends on OpenMP shared libraries, follow the steps below to set up the OpenMP dependency:
0 commit comments