2023.1.0
Improvements
SYCL™ Compiler
Implement support for AMD architectures (such as amd_gpu_gfx1032) as argument to -fsycl-targets [e5de913f]
SYCL Library
Add
cl_khr_fp64
in device extensions [cd832bff]Support zero range kernel for hip backends [a3958865]
Bug Fixes
Fix incorrectly constructed guards [ce7c594f]
Add interop header and device specialization [998fd91e]
2023.0.0
Initial beta release of oneAPI for AMD GPUs!
This release was created from the intel/llvm repository at commit 0f579ba.
New Features
Beta support for HIP backend
SYCL™ Compiler
Support for device side
assert
Support for local memory accessors
Support for group collective functions
Support for
sycl::ext::oneapi::sub_group::get_local_id
SYCL Library
Support for querying
atomic64
device capabilitySupport for multiple HIP streams per SYCL queue
Support for interoperability
Support for
sycl::queue::submit_barrier