Skip to content
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

added Intel GPU support for training and inference #2652

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Jing1Ling
Copy link
Contributor

Added 'xpu' device type, which represent Intel GPU.

Using Intel GPU for training and inference requires configuring oneAPI and IPEX.
oneAPI: https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux&distributions=offline
IPEX: https://github.com/intel/intel-extension-for-pytorch

Example commands for running nerfstudio on XPU device:

# train
ns-train nerfacto --data data/nerfstudio/poster --machine.device-type xpu
# eval
ns-eval  --load-config=outputs/poster/nerfacto/exp_folder/config.yml
# render
ns-render dataset --load-config outputs/poster/nerfacto/exp_folder/config.yml

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.

None yet

1 participant