Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Add tools/testing/e2e to search dirs #722

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

jtuyls
Copy link
Collaborator

@jtuyls jtuyls commented Aug 29, 2024

Not sure what influences this, but locally the iree-e2e-matmul-test executable is found under "${IREE_INSTALL_DIR}/tools/testing/e2e.

@jtuyls jtuyls requested a review from makslevental August 29, 2024 14:40
@makslevental
Copy link
Collaborator

makslevental commented Aug 29, 2024

Not sure what influences this

IREE CMake shenanigans re build vs install; you can force it using something like

set_target_properties(iree-e2e-matmul-test
                      PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")

but not worth it 🤷

@jtuyls jtuyls merged commit 0a8a140 into nod-ai:main Aug 29, 2024
6 checks passed
@jtuyls jtuyls deleted the add-tools-testing-e2e branch August 29, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants