C_API Example Introduction

Overview

This directory introduces how to use Ascend C C_API, including data movement and matrix computation APIs.

Example List

Directory Name Description
00_data_movement This directory contains multiple C API examples related to data movement and demonstrates the use of data movement interfaces.
02_reg_vector_compute This directory contains multiple API examples related to vector data computation, implemented based on Reg programming interfaces.
03_matrix_compute This directory uses operators such as Mmad to demonstrate the use of matrix computation interfaces.