目录
目录README.md

Standard APIs for AI operations

Environment Requirement

Dependency Version required
gcc 5.0 or higher
CMake 3.11 or higher

Setup

You can setup Standard APIs for AI operations by following instructions:

  1. Use git clone instruction to download source code

    git clone http://bggit.ihub.org.cn/p63541902/aitisa_api.git
  2. Make a new directory build under the project directory, then use cmake instruction

    mkdir build  
    cd build  
    cmake ..
  3. Use make instruction to compile the code

    make
  4. Run testing file. Take running convolution operator testing file as an example

    cd bin
    ./conv_test
关于

在不同类型的芯片(GPU/NPU/CPU/FPGA/ASIC等)与AI计算框架之间制定算子接口标准,并提供用于验证接口可行性和代码级别语义规范的AI算子标准开源项目。

420.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号