init
Standard APIs for AI operations
5.0
3.11
You can setup Standard APIs for AI operations by following instructions:
Use git clone instruction to download source code
git clone http://bggit.ihub.org.cn/p63541902/aitisa_api.git
Make a new directory build under the project directory, then use cmake instruction
mkdir build cd build cmake ..
Use make instruction to compile the code
make
Run testing file. Take running convolution operator testing file as an example
cd bin ./conv_test
在不同类型的芯片(GPU/NPU/CPU/FPGA/ASIC等)与AI计算框架之间制定算子接口标准,并提供用于验证接口可行性和代码级别语义规范的AI算子标准开源项目。
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Standard APIs for AI operations
Environment Requirement
5.0
or higher3.11
or higherSetup
You can setup Standard APIs for AI operations by following instructions:
Use git clone instruction to download source code
Make a new directory build under the project directory, then use cmake instruction
Use make instruction to compile the code
Run testing file. Take running convolution operator testing file as an example