We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502b69c commit 1ffc7f7Copy full SHA for 1ffc7f7
s3_management/manage.py
@@ -114,6 +114,14 @@
114
"tcmlib",
115
"umf",
116
"intel_pti",
117
+ "oneccl_devel",
118
+ "oneccl",
119
+ "impi_rt",
120
+ "onemkl_sycl_blas",
121
+ "onemkl_sycl_dft",
122
+ "onemkl_sycl_lapack",
123
+ "onemkl_sycl_sparse",
124
+ "onemkl_sycl_rng"
125
# ----
126
"Pillow",
127
"certifi",
s3_management/update_dependencies.py
@@ -91,6 +91,15 @@
91
92
"intel-pti",
93
"tbb",
94
+ "oneccl-devel",
95
96
+ "impi-rt",
97
+ "onemkl-sycl-blas",
98
+ "onemkl-sycl-dft",
99
+ "onemkl-sycl-lapack",
100
+ "onemkl-sycl-sparse",
101
+ "onemkl-sycl-rng",
102
+ "mkl",
103
]
104
}
105
0 commit comments