Skip to content

Commit

Permalink
[xpu] Add the torch xpu runtime dependencies pypi packages (#5965)
Browse files Browse the repository at this point in the history
Add torch xpu runtime dependencies pypi packages into S3 manage
Works for pytorch/pytorch#139722 and
pytorch/pytorch#114850

---------

Co-authored-by: Huy Do <[email protected]>
  • Loading branch information
chuanqi129 and huydhn authored Nov 22, 2024
1 parent fbf9fd1 commit fe499cf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions s3_management/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@
"importlib_metadata",
"importlib_resources",
"zipp",
# ---- torch xpu additional packages ----
"dpcpp-cpp-rt",
"intel-cmplr-lib-rt",
"intel-cmplr-lib-ur",
"intel-cmplr-lic-rt",
"intel-opencl-rt",
"intel-sycl-rt",
"intel-openmp",
"tcmlib",
"umf",
"intel-pti",
# ----
"Pillow",
"certifi",
Expand Down
13 changes: 13 additions & 0 deletions s3_management/update_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@
"xxhash",
"yarl",
]
"torch_xpu": [
"dpcpp-cpp-rt",
"intel-cmplr-lib-rt",
"intel-cmplr-lib-ur",
"intel-cmplr-lic-rt",
"intel-opencl-rt",
"intel-sycl-rt",
"intel-openmp",
"tcmlib",
"umf",
"intel-pti",
"tbb",
]
}


Expand Down

0 comments on commit fe499cf

Please sign in to comment.