-
Notifications
You must be signed in to change notification settings - Fork 115
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
[DeviceSanitizer] Checking "sycl::free" related errors #1402
Merged
Commits on Feb 2, 2024
-
[GHA] Bump actions/checkout to v4.1.1
Silence warnings about using outdated version of Node.js due to using actions/[email protected].
Configuration menu - View commit details
-
Copy full SHA for 92576b8 - Browse repository at this point
Copy the full SHA 92576b8View commit details -
[CL] Handle INTERMEDIATE binary type
If an OpenCL driver returns `CL_PROGRAM_BINARY_TYPE_INTERMEDIATE` (defined in the `cl_khr_spir` extension to enable SPIR 1.2 not SPIR-V) when querying `CL_PROGRAM_BINARY_TYPE` we should handle this gracefully. This patch maps the `CL_PROGRAM_BINARY_TYPE_INTERMEDIATE` to `UR_PROGRAM_BINARY_TYPE_NONE`. From the users perspective these are semantically equivalent as they both require compilation before the program can be used to create a kernel.
Configuration menu - View commit details
-
Copy full SHA for 4a52d27 - Browse repository at this point
Copy the full SHA 4a52d27View commit details -
[CUDA] Fix sizeof(const char*) usage
Replace uses of `sizeof(const char*)` with `std::strlen(const char*)` in CUDA adapter specific kernel tests.
Configuration menu - View commit details
-
Copy full SHA for eb63bc1 - Browse repository at this point
Copy the full SHA eb63bc1View commit details -
[Docs] Update the Adapter Change Process
These changes to the *Adapter Change Process* aim to bring the process up to date with current practice by describing how the *ready to merge* label is being used and also to move the undrafting of *intel/llvm* pull requests earlier in the process to garner approvals from code-reviewers sooner to alleviate a bottleneck in the merge pipeline.
Configuration menu - View commit details
-
Copy full SHA for 4652f52 - Browse repository at this point
Copy the full SHA 4652f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e698cd - Browse repository at this point
Copy the full SHA 8e698cdView commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f23e2c1 - Browse repository at this point
Copy the full SHA f23e2c1View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b6afb8 - Browse repository at this point
Copy the full SHA 0b6afb8View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bbcf25 - Browse repository at this point
Copy the full SHA 3bbcf25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c408a - Browse repository at this point
Copy the full SHA 29c408aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 090dbca - Browse repository at this point
Copy the full SHA 090dbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010b052 - Browse repository at this point
Copy the full SHA 010b052View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 024e865 - Browse repository at this point
Copy the full SHA 024e865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2b5e9 - Browse repository at this point
Copy the full SHA 7d2b5e9View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a058dbf - Browse repository at this point
Copy the full SHA a058dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for be90282 - Browse repository at this point
Copy the full SHA be90282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5467e40 - Browse repository at this point
Copy the full SHA 5467e40View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8f8674 - Browse repository at this point
Copy the full SHA e8f8674View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f697026 - Browse repository at this point
Copy the full SHA f697026View commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73fbdfe - Browse repository at this point
Copy the full SHA 73fbdfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2b37d - Browse repository at this point
Copy the full SHA 6e2b37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a55a333 - Browse repository at this point
Copy the full SHA a55a333View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5de2624 - Browse repository at this point
Copy the full SHA 5de2624View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe24fe - Browse repository at this point
Copy the full SHA afe24feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a36d8 - Browse repository at this point
Copy the full SHA 31a36d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56cf58c - Browse repository at this point
Copy the full SHA 56cf58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for afd6910 - Browse repository at this point
Copy the full SHA afd6910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0781c - Browse repository at this point
Copy the full SHA 5a0781cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d5825 - Browse repository at this point
Copy the full SHA 84d5825View commit details -
Configuration menu - View commit details
-
Copy full SHA for e07c64b - Browse repository at this point
Copy the full SHA e07c64bView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 535996e - Browse repository at this point
Copy the full SHA 535996eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84644c1 - Browse repository at this point
Copy the full SHA 84644c1View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f889e00 - Browse repository at this point
Copy the full SHA f889e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196ac4b - Browse repository at this point
Copy the full SHA 196ac4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3914b03 - Browse repository at this point
Copy the full SHA 3914b03View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4eefa5b - Browse repository at this point
Copy the full SHA 4eefa5bView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f33bd - Browse repository at this point
Copy the full SHA 60f33bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d89abd9 - Browse repository at this point
Copy the full SHA d89abd9View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 726435d - Browse repository at this point
Copy the full SHA 726435dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e198d84 - Browse repository at this point
Copy the full SHA e198d84View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d9aa64 - Browse repository at this point
Copy the full SHA 3d9aa64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c55cac - Browse repository at this point
Copy the full SHA 3c55cacView commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c823c5 - Browse repository at this point
Copy the full SHA 8c823c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f15623 - Browse repository at this point
Copy the full SHA 2f15623View commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77a0422 - Browse repository at this point
Copy the full SHA 77a0422View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5e4aa5 - Browse repository at this point
Copy the full SHA b5e4aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8408f4b - Browse repository at this point
Copy the full SHA 8408f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25319a0 - Browse repository at this point
Copy the full SHA 25319a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d698d33 - Browse repository at this point
Copy the full SHA d698d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 611a872 - Browse repository at this point
Copy the full SHA 611a872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a90ab6 - Browse repository at this point
Copy the full SHA 7a90ab6View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af29fa0 - Browse repository at this point
Copy the full SHA af29fa0View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8ae97e - Browse repository at this point
Copy the full SHA a8ae97eView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for def6bd0 - Browse repository at this point
Copy the full SHA def6bd0View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a5c1ad - Browse repository at this point
Copy the full SHA 7a5c1adView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.