llvm
llvm copied to clipboard
[SYCL][Bindless] Default ctr for image_descriptor
- Add default constructor for
image_descriptoron the spec side. The implementation already had it, but it was not initializing values, this has been fixed. - Rename
image_mem_handle::handle_typetoimage_mem_handle::raw_handle_typeto follow the Bindless Images spec.
Added basic tests for both.