You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: