You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CANN (Compute Architecture of Neural Networks), developed by Huawei, is a heterogeneous computing architecture for AI scenarios.
It provides multi-layer programming interfaces to help users quickly build AI applications and services based on the Ascend platform.
CANN backend in CTranslate2, enables running AI models on the Ascend NPU extending the existing CPU & CUDA workflows.
One can find more on Ascend NPU and CANN library here.
In case CANN Backend support has increased demand, a new Pull request/subproject will be introduced contributing the respective CI involving dedicated Ascend hardware.
The text was updated successfully, but these errors were encountered:
CANN
(Compute Architecture of Neural Networks), developed by Huawei, is a heterogeneous computing architecture for AI scenarios.It provides multi-layer programming interfaces to help users quickly build AI applications and services based on the Ascend platform.
CANN backend in
CTranslate2
, enables running AI models on the Ascend NPU extending the existingCPU
&CUDA
workflows.One can find more on Ascend NPU and CANN library here.
Examples of projects that support CANN include ONNX Runtime & OpenCV.
Implementation as well as detailed description of tests, environment setup & benchmarks can be found in pull request #1606 .
Notes
c
output shape incorrectly when inputa
is transpose? #1583 .CANN Backend support
has increased demand, a new Pull request/subproject will be introduced contributing the respective CI involving dedicated Ascend hardware.The text was updated successfully, but these errors were encountered: