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

Enable testing of device code for Native CPU adapter #1727

Open
kbenzie opened this issue Jun 7, 2024 · 0 comments
Open

Enable testing of device code for Native CPU adapter #1727

kbenzie opened this issue Jun 7, 2024 · 0 comments
Labels
conformance Conformance test suite issues. native-cpu Native CPU adapter specific issues

Comments

@kbenzie
Copy link
Contributor

kbenzie commented Jun 7, 2024

Currently conformance tests which rely on device code do not work correctly for the Native CPU adapter. This is due to the adapter relying on function pointers in the SYCL RT rather than an binary blob containing SPIR-V/PTX/ASM. In order to enable the entire CTS on the Native CPU adapter we need to deterine how to enable testing of device code and implement these changes in the CTS.

@kbenzie kbenzie added conformance Conformance test suite issues. native-cpu Native CPU adapter specific issues labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues. native-cpu Native CPU adapter specific issues
Projects
None yet
Development

No branches or pull requests

1 participant