CANN: fix an issue where get_env was not fully renamed (#18796)

* CANN: fix an issue where get_env was not fully renamed

* ci: add cann with acl group

* ci: define use_acl_graph using GitHub Action

* ci: update cann dockerfile with acl graph
This commit is contained in:
Chenguang Li 2026-01-16 16:24:04 +08:00 committed by GitHub
parent baa4ba0aec
commit e20fa27a02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 12 deletions

View file

@ -42,6 +42,7 @@ RUN source /usr/local/Ascend/ascend-toolkit/set_env.sh --force \
-DGGML_CANN=ON \
-DCMAKE_BUILD_TYPE=Release \
-DSOC_TYPE=ascend${CHIP_TYPE} \
-DUSE_ACL_GRAPH=ON \
. && \
cmake --build build --config Release -j$(nproc)