llama.cpp/ggml/src/ggml-cann
hipudding 3333951d86
CANN: Fix rename for get_env (#18652)
In #18624, get_env in ggml-cann was renamed to get_env_as_lowercase
to accurately reflect the function’s behavior and reduce the chance
of misuse. However, the update missed renaming call sites in other
files. This commit fixes that oversight.
2026-01-07 16:11:31 +08:00
..
CMakeLists.txt CANN: add support for ACL Graph (#15065) 2025-08-06 14:12:42 +08:00
acl_tensor.cpp CANN: Use smart pointers to manage ACL objects (#17238) 2025-11-17 08:43:59 +08:00
acl_tensor.h CANN: Use smart pointers to manage ACL objects (#17238) 2025-11-17 08:43:59 +08:00
aclnn_ops.cpp CANN: Fix rename for get_env (#18652) 2026-01-07 16:11:31 +08:00
aclnn_ops.h CANN: add operator fusion support for ADD + RMS_NORM (#17512) 2026-01-05 15:38:18 +08:00
common.h CANN: Fix rename for get_env (#18652) 2026-01-07 16:11:31 +08:00
ggml-cann.cpp CANN: Rename `get_env` to `get_env_as_lowercase` (#18624) 2026-01-07 10:01:25 +08:00