Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Failed samples/custom_dispatch tests on MacOS #22043

@badumbatish

Description

@badumbatish

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

failed_test.txt

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

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

No one assigned

    Labels

    bug 🐞Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions