File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -394,17 +394,17 @@ def check_env(env_val):
394
394
post_hock = set_llvm_env ,
395
395
)
396
396
397
- # xpu(kunlunxin)
397
+ # klx xpu
398
398
cache .store (
399
399
file = "XTDK-llvm19-ubuntu2004_x86_64" ,
400
400
condition = ("xpu" == flagtree_backend ),
401
- url = "https://github.com/FlagTree/flagtree/releases/download/v0.1 .0-build-deps/XTDK-llvm19-ubuntu2004_x86_64.tar.gz" ,
401
+ url = "https://github.com/FlagTree/flagtree/releases/download/v0.3 .0-build-deps/XTDK-llvm19-ubuntu2004_x86_64.tar.gz" ,
402
402
pre_hock = lambda : check_env ('LLVM_SYSPATH' ),
403
403
post_hock = set_llvm_env ,
404
404
)
405
405
406
406
cache .store (file = "xre-Linux-x86_64" , condition = ("xpu" == flagtree_backend ),
407
- url = "https://github.com/FlagTree/flagtree/releases/download/v0.1 .0-build-deps/xre-Linux-x86_64.tar.gz" ,
407
+ url = "https://github.com/FlagTree/flagtree/releases/download/v0.3 .0-build-deps/xre-Linux-x86_64.tar.gz" ,
408
408
copy_dst_path = 'python/_deps/xre3' )
409
409
410
410
cache .store (
@@ -438,7 +438,7 @@ def check_env(env_val):
438
438
post_hock = set_llvm_env ,
439
439
)
440
440
441
- # aipu
441
+ # arm aipu
442
442
cache .store (
443
443
file = "llvm-a66376b0-ubuntu-x64" ,
444
444
condition = ("aipu" == flagtree_backend ),
You can’t perform that action at this time.
0 commit comments