Skip to content

[SYCL][Bindless] Change the name of map_external_memory_array #11681

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

Conversation

cppchedy
Copy link
Contributor

  • Change the name of map_external_memory_array to map_external_image_memory

  • The original name map_external_memory_array was chosen as when mapping external memory in the CUDA backend, we mapped to a CUarray object.

  • This is not an ideal name, and doesn't best reflect the functionality of map_external_memory_array, especially once we map external memory in different backends.

…ap_external_image_memory`

* The original name map_external_memory_array was chosen as when mapping external memory
  in the CUDA backend, we mapped to a CUarray object.

* This is not an ideal name, and doesn't best reflect the functionality of
  map_external_memory_array, especially once we map external memory in different backends.
@cppchedy cppchedy requested review from a team as code owners October 26, 2023 22:25
@cppchedy cppchedy temporarily deployed to WindowsCILock October 26, 2023 22:38 — with GitHub Actions Inactive
@cppchedy cppchedy temporarily deployed to WindowsCILock October 26, 2023 23:15 — with GitHub Actions Inactive
@DBDuncan DBDuncan self-requested a review October 27, 2023 10:09
@aelovikov-intel aelovikov-intel merged commit a87bb8b into intel:sycl Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants