Skip to content

[UR][Offload] Add initial membuffer implementation #18849

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

Merged
merged 4 commits into from
Jun 16, 2025

Conversation

callumfare
Copy link
Contributor

Add a basic implementation of buffers to the Offload adapter. The design is loosely based on the CUDA and HIP adapters.

For now contexts only support a single device, so the implementation is relatively simple. When multi-device contexts are supported we will need to handle migration of data between devices (or otherwise change this implementation)

@callumfare callumfare requested a review from a team as a code owner June 6, 2025 14:32
@callumfare callumfare force-pushed the offload_mem_buffer branch from 65b5ef2 to d9aaae4 Compare June 6, 2025 14:35
@callumfare
Copy link
Contributor Author

@intel/llvm-gatekeepers Please merge

@uditagarwal97 uditagarwal97 merged commit 2532282 into intel:sycl Jun 16, 2025
33 checks passed
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.

3 participants