Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

intel llvm oneapi sycl
4 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
bug good first issue confirmed python

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

LLVM
#intel#llvm#oneapi#sycl

AI Summary: The task involves addressing multiple Coverity static analysis issues found in the Intel oneAPI DPC++ compiler's source code. These issues primarily relate to unnecessary copying of objects instead of using move semantics for improved performance and efficiency. The fixes will require modifying various code sections within the compiler's implementation, focusing on improving the handling of objects like `sycl_device`, `Platform`, and others within lambdas and functions.

Complexity: 4/5
bug good first issue confirmed Coverity

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

LLVM
#intel#llvm#oneapi#sycl

AI Summary: Investigate and resolve two Coverity reported issues (CIDs 527591 and 527599) related to unchecked return values in the Intel LLVM unified-runtime's Level Zero adapter code. This involves examining the specified lines of code in `image_common.cpp` and `memory.cpp` to understand the potential causes of the issues and implement appropriate fixes to handle return values correctly.

Complexity: 4/5
bug good first issue unified-runtime level-zero Coverity

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

LLVM
#intel#llvm#oneapi#sycl

AI Summary: The task involves addressing three Coverity issues (CIDs 440843, 436649, and 443079) within the Intel LLVM project's XPTI framework. These issues relate to unnecessary copies of data structures where move semantics could be used for improved performance and efficiency. The fixes require modifying the specified lines of code in `xpti_trace_framework.cpp` and `xpti_string_table.hpp` to utilize move constructors or references appropriately.

Complexity: 3/5
bug good first issue confirmed Coverity

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

LLVM
#intel#llvm#oneapi#sycl