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
Remove use of DPC++ features deprecated in 2021.4 and open source intel/llvm compiler (#603)
* Removed sycl::vector_class, use std::vector throughout
sycl::vector_class is deprecated in 2021.4, and completly
removed in open source compiler.
The packages compiles using open source SYCL compiler after these
changes.
* Use preprocessor to be able to build dpctl with oneAPI 2021.3
In oneAPI 2021.3 the namespace of filter_selector class is different
* Remove unused declaration of data conversions
Remove all uses of type conversions of Vector and underlyng C++ classes
Used DPCTLDevice_CreateSubDevicesEqually instead of building the vector
explicitly and casting it to DPCTLDeviceVectorRef.
* Bumped up minimal required DPC++ version
0 commit comments