Commit 368fa0c
committed
Removed use of dpcpp_kernels.hpp
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 pytests1 parent 9a18910 commit 368fa0c
File tree
2 files changed
+0
-532
lines changed- libsyclinterface/tests
2 files changed
+0
-532
lines changedThis file was deleted.
0 commit comments