Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When it is failed to build a program, L0 throws an exception, which causes sycl::program to fail to create. Because of this, RT won't call piProgramRelease(), which leads to memory leaks. The solution is to release ZeModule created by plugin when the program build is failed. --------- Signed-off-by: Byoungro So <[email protected]>
- Loading branch information