-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move urMemImageGetInfo success test from a switch to individual test.
Added implementation details to OpenCL adapter for processing image format structs. Added a couple missing enums to spec for ur_image_info_t and added CTS tests for these.
- Loading branch information
1 parent
ef70004
commit 12d5909
Showing
11 changed files
with
364 additions
and
119 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{{OPT}}urMemBufferMultiQueueMemBufferTest.WriteBack | ||
urMemBufferPartitionWithFlagsTest.Success/*__UR_MEM_FLAG_WRITE_ONLY | ||
urMemBufferPartitionWithFlagsTest.Success/*__UR_MEM_FLAG_READ_ONLY | ||
urMemBufferPartitionTest.InvalidValueCreateType/* | ||
urMemBufferPartitionTest.InvalidValueBufferCreateInfoOutOfBounds/* | ||
{{OPT}}urMemImageCreateWithNativeHandleTest.Success/* | ||
{{OPT}}urMemGetInfoImageTest.SuccessSize/* | ||
{{OPT}}urMemImageCreateTestWithImageFormatParam.Success/*__UR_IMAGE_CHANNEL_ORDER_RGBA__* | ||
|
||
# These tests fail in the "Multi device testing" job, but pass in the hardware specific test | ||
{{OPT}}urMemImageCreateTest.InvalidImageDescStype/* | ||
{{OPT}}urMemImageCreateTest.InvalidSize/* | ||
{{OPT}}urMemImageCreateWithHostPtrFlagsTest.Success/* | ||
{{OPT}}urMemImageGetInfoTest.InvalidSizeSmall/* |
Oops, something went wrong.