File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,8 @@ def setup_package():
325
325
"onednn==2025.0.1" ,
326
326
"dpcpp-cpp-rt==2025.0.2" ]
327
327
328
- # Add for testing purposes for now, for ARL-H
328
+ # Add for testing purposes for now, for ARL-H on Windows
329
+ # Linux keeps the same as xpu_2.6
329
330
xpu_26_arl_requires = copy .deepcopy (all_requires )
330
331
for exclude_require in cpu_torch_version :
331
332
xpu_26_arl_requires .remove (exclude_require )
@@ -340,7 +341,7 @@ def setup_package():
340
341
"bigdl-core-xe-all==" + CORE_XE_VERSION ,
341
342
"onednn-devel==2025.0.1" ,
342
343
"onednn==2025.0.1" ,
343
- "dpcpp-cpp-rt==2025.0.2" ]
344
+ "dpcpp-cpp-rt==2025.0.2;platform_system=='Linux'" , ]
344
345
345
346
cpp_requires = ["bigdl-core-cpp==" + CORE_XE_VERSION ,
346
347
"onednn-devel==2025.0.1;platform_system=='Windows'" ,
You can’t perform that action at this time.
0 commit comments