Skip to content

DPC++ daily 2021-11-20

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 20 Nov 18:49
· 130046 commits to sycl since this release
2af6ccd
[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]>