-
Notifications
You must be signed in to change notification settings - Fork 759
Open
Labels
bug 🐞Something isn't workingSomething isn't working
Description
What happened?
Hello, I'm trying to build and tests the repo on MacOS but these tests are failing instead of disabled or not run. I have an M4 Pro.
Commit 23b1017
Failed tests:
2184 - iree/samples/custom_dispatch/cpu/embedded/example_hal.mlir.test (Failed) driver=local-sync hostonly iree/samples/custom_dispatch/cpu/embedded test-type=lit-test
2186 - iree/samples/custom_dispatch/cpu/embedded/example_transform.mlir.test (Failed) driver=local-sync hostonly iree/samples/custom_dispatch/cpu/embedded test-type=lit-test
Steps to reproduce your issue
cmake configure:
cmake -G Ninja -B ../iree-build/ -S . \
-DIREE_TARGET_BACKEND_DEFAULTS=OFF \
-DIREE_TARGET_BACKEND_LLVM_CPU=ON \
-DIREE_HAL_DRIVER_DEFAULTS=OFF \
-DIREE_HAL_DRIVER_LOCAL_SYNC=ON \
-DIREE_HAL_DRIVER_LOCAL_TASK=ON \
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
build command:
cmake --build ../iree-build/ --target iree-test-deps
cmake --build ../iree-build/ -j
test command:
ctest --test-dir ../iree-build/
ctest --test-dir ../iree-build/ --rerun-failed --output-on-failure &> test.txt
What component(s) does this issue relate to?
No response
Version information
Commit 23b1017
LLVM commit: af300695595c885a90b65826bd2804d2b5088e4a
torch mlir commit : 155680c08e08bff6d2e6883415e3f5a1b474d96e
Additional context
No response
Metadata
Metadata
Assignees
Labels
bug 🐞Something isn't workingSomething isn't working