Skip to content

Add cl_ext_immutable_memory_objects tests writing to and from buffer #2432

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MichaelRizkalla-arm
Copy link
Contributor

This change extends the test coverage for KhronosGroup/OpenCL-Docs#1280

The change tests:

  1. Writing to immutable buffers.
  2. Writing to buffer/image from immutable buffers.
  3. Reading from immutable buffers.

This change adds the following tests:

  1. test_negative_imagearraycopy
  2. test_negative_imagearraycopy3d
  3. test_immutable_bufferreadwriterect
  4. test_immutable_arrayreadwrite
  5. test_write_from_immutable_buffer_to_buffer
  6. test_immutable_buffer_map_*

and extends the following tests:

  1. test_arrayimagecopy3d
  2. test_arrayimagecopy
  3. test_imagearraycopy3d
  4. test_imagearraycopy
  5. test_buffer_copy
  6. test_buffer_partial_copy

The change tests:
1. Writing to immutable buffers.
2. Writing to buffer/image from immutable buffers.
3. Reading from immutable buffers.

This change adds the following tests:
1. `test_negative_imagearraycopy`
2. `test_negative_imagearraycopy3d`
3. `test_immutable_bufferreadwriterect`
4. `test_immutable_arrayreadwrite`
5. `test_write_from_immutable_buffer_to_buffer`
6. `test_immutable_buffer_map_*`

and extends the following tests:
1. `test_arrayimagecopy3d`
2. `test_arrayimagecopy`
3. `test_imagearraycopy3d`
4. `test_imagearraycopy`
5. `test_buffer_copy`
6. `test_buffer_partial_copy`

Signed-off-by: Michael Rizkalla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants