Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Build fewer input dialects and output formats (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Feb 14, 2024
1 parent e7913a7 commit b45d51f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
-DIREE_HAL_EXECUTABLE_LOADER_DEFAULTS=OFF \
-DIREE_HAL_EXECUTABLE_LOADER_VMVX_MODULE=ON \
-DIREE_TARGET_BACKEND_DEFAULTS=OFF \
-DIREE_TARGET_BACKEND_VMVX=ON
-DIREE_TARGET_BACKEND_VMVX=ON \
-DIREE_INPUT_TORCH=OFF \
-DIREE_INPUT_TOSA=OFF \
-DIREE_OUTPUT_FORMAT_C=OFF
cmake --build . --target simple_embedding
./iree_simple_embedding/simple_embedding

0 comments on commit b45d51f

Please sign in to comment.