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
Straightforward attempt to transition from using deprecated sycl::program
to kernel_bundle caused crashes. SYCL spec stipulates that cgh.parallel_for(.., kernel)
is intended for interoperability kernels only, and dpcpp_kernels.hpp was creating
non-interoperability kernel objects.
The intent of dpcpp_kernels was improve test coverage of syclinterface, but this
was addressed by also collecting library coverage info when running pytests
0 commit comments