Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Fixes to issues reported by a static analyzer run #17550

Merged
merged 7 commits into from
Mar 27, 2025

Conversation

jchlanda
Copy link
Contributor

@jchlanda jchlanda commented Mar 20, 2025

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

@jchlanda jchlanda marked this pull request as ready for review March 20, 2025 10:45
@jchlanda jchlanda requested a review from a team as a code owner March 20, 2025 10:45
@jchlanda jchlanda force-pushed the jakub/jit_static_analyze branch from f0eef93 to b38b0dc Compare March 20, 2025 10:46
@jchlanda jchlanda requested a review from jopperm March 24, 2025 14:25
@jchlanda
Copy link
Contributor Author

@intel/llvm-gatekeepers this should be ready to go. Thank you.

@martygrant martygrant merged commit e1f723e into intel:sycl Mar 27, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants