forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to specify riscv cpu and get hardware features (iree-org#…
…16902) Allow users to specify riscv cpu and get hardware features. e.g., ``` iree-compile \ --iree-hal-target-backends=llvm-cpu \ --iree-llvmcpu-target-triple=riscv64-pc-linux-gnu \ --iree-llvmcpu-target-cpu=sifive-x280 \ --iree-llvmcpu-target-abi=lp64d \ --riscv-v-fixed-length-vector-lmul-max=8 \ xxx.mlirbc -o xxx.vmfb ``` Signed-off-by: Alex Chiang <[email protected]>
- Loading branch information
1 parent
bb7e536
commit 190d959
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters