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

Allow fixtures derived from KernelTest to defer compilation. #1153

Merged

Conversation

aarongreig
Copy link
Contributor

Separating the device code compilation from the rest of the setup lets a test query device or platform properties to decide whether it should skip without potentially hitting a compilation error because the kernel being built as part of the setup uses an unsupported feature.

Separating the device code compilation from the rest of the setup lets
a test query device or platform properties to decide whether it should
skip without potentially hitting a compilation error because the kernel
being built as part of the setup uses an unsupported feature.
@aarongreig aarongreig requested a review from a team as a code owner December 4, 2023 11:59
@aarongreig aarongreig merged commit 9c6e151 into oneapi-src:adapters Dec 4, 2023
51 checks passed
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.

3 participants