Open Issues Need Help
View All on GitHubIntel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
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.
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
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.
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
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.
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.