-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Core] Support Intel GPU #36493
[Core] Support Intel GPU #36493
Conversation
Signed-off-by: Wu, Gangsheng <[email protected]>
Signed-off-by: Wu, Gangsheng <[email protected]>
Can you help to remove additional reviewers? @jjyao |
Signed-off-by: harborn <[email protected]>
please switch to PR https://github.com/ray-project/ray/pull/38553 |
Also added 3 test on PR https://github.com/ray-project/ray/pull/38553 |
Why are these changes needed?
This PR aim to support Intel GPU for Ray.
This PR make minimum changes to support the Intel GPU, and commonly, Intel GPU is called XPU
Upgrade list:
Usage compare:
2. ray init with cuda: ray.init(num_gpus=3)
3. use CUDA resource in remote function
2. ray init with xpu: ray.init(num_gpus=3)
3. use XPU resource in remote function
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.