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

Use CMake EXCLUDE_FROM_ALL for composable kernels to avoid building of conv related kernels #12855

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

cloudhan
Copy link
Contributor

@cloudhan cloudhan commented Sep 5, 2022

Description: Conv related kernel building in composable kernels are extremely slow. This use EXCLUDE_FROM_ALL to make ort only build dependent targets in composable kernels repo.

Motivation and Context

  • Why is this change required? What problem does it solve?
    Improve building.

@zhangyaobit zhangyaobit merged commit 10f9a69 into main Sep 15, 2022
@zhangyaobit zhangyaobit deleted the guangyunhan/ck-exclude-from-all branch September 15, 2022 05:11
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