-
Notifications
You must be signed in to change notification settings - Fork 117
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
[OpenCL] Combined CTS fixes #1044
Merged
kbenzie
merged 20 commits into
oneapi-src:adapters
from
aarongreig:aaron/clCTSFixMegaBranch
Nov 10, 2023
Merged
[OpenCL] Combined CTS fixes #1044
kbenzie
merged 20 commits into
oneapi-src:adapters
from
aarongreig:aaron/clCTSFixMegaBranch
Nov 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also merge urQueueCreate InvalidValueProperties test into InvalidQueueProperties test.
Normally OpenCL limits fill type operations to a max pattern size of 128, this patch includes a workaround to extend that.
Also ignore flags in no-op urEnqueueUSMPrefetch hint.
Also return RESULT_SUCCESS for no-op UR_KERNEL_EXEC_INFO_CACHE_CONFIG hint.
Also includes a few other GetInfo related fixes: * Add missing device info queries * Add mapping of CL command type to UR command type * Correct mapping of UR_QUEUE_INFO_FLAGS * Add mapping of cl_command_queue_properties to ur_queue_flags_t * Add mapping of cl_unified_shared_memory_type_intel to ur_usm_type_t * Add UNSUPPORTED_ENUMERATION path to KernelGeGroupInfo tests. And a fix related to one of the fixed queries: * Populate pfnReadHostPipe and pfnWriteHostPipe ddi table entries.
aarongreig
force-pushed
the
aaron/clCTSFixMegaBranch
branch
from
November 6, 2023 17:25
c3b5e86
to
39eec0c
Compare
kbenzie
approved these changes
Nov 8, 2023
This allows us to return UR_ERROR_INVALID_SIZE when we should. Extra checks are only performed on a non-success error code. Also adds a missing bounds check to urMemBufferPartition
aarongreig
added a commit
to aarongreig/intel-llvm
that referenced
this pull request
Nov 10, 2023
Pulls in fixes from oneapi-src/unified-runtime#1044 New UR commit hash 192e9404392c38ac43d09116d6c97e153c66f46b Also correct type in a couple of NUM_DEVICES PI queries, and implement a workaround in pi2ur for type mismatch between PI kernel num args query and UR equivalent.
aelovikov-intel
pushed a commit
to intel/llvm
that referenced
this pull request
Nov 14, 2023
callumfare
pushed a commit
to kbenzie/llvm
that referenced
this pull request
Dec 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Combines the following PRs:
llvm testing here intel/llvm#11794