DPC++ daily 2021-11-20
Pre-release
Pre-release
bb-sycl
released this
20 Nov 18:49
·
130046 commits
to sycl
since this release
[SYCL] Fix memory leak in online compiler (#4963) The experimental online compiler may leak memory in compileToSPIRV. These changes address this leak by storing the SPIR-V binary information directly in the vector that will later be returned. Signed-off-by: Steffen Larsen <[email protected]>