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

Commits on Dec 4, 2023

  1. Allow fixtures derived from KernelTest to defer compilation.

    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 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    512b158 View commit details
    Browse the repository at this point in the history