llvm
llvm copied to clipboard
[SYCL][Bindless][Exp] Remove unneeded function argument causing memory leak in image create functions
Remove pi_mem argument from piextMemUnsampledImageCreate, piextMemSampledImageCreate and the corresponding UR functions. The argument is not used for any useful functionality and causes a memory leak.
Corresponding UR PR: https://github.com/oneapi-src/unified-runtime/pull/1512
https://github.com/intel/llvm/pull/13503 which fixes the ASAN test failures here have now been merged, pull in the latest sycl branch changes to get the check passing.
@intel/llvm-gatekeepers please merge
We aren't merging any PRs today because the CI is in a bad state, we will merge this on Monday.
@sarnex Is CI in a better state now?
@sarnex Is CI in a better state now?
Let's see :)