You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Fixes to issues reported by a static analyzer run (#17550)
In the order of files in the patch, the complaints were:
* uninit member - sycl-jit/common/include/Kernel.h
* check error ignored -
sycl-jit/jit-compiler/lib/translation/KernelTranslation.cpp
* `TargetMachine` going out of scope leaking -
sycl-jit/jit-compiler/lib/translation/KernelTranslation.cpp x2
* dereferencing potential null ptr -
sycl-jit/passes/target/TargetFusionInfo.cpp
0 commit comments