Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 years ago | |
---|---|---|
auto_test | 3 years ago | |
cmake | 3 years ago | |
docs | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
CMakeLists.txt | 3 years ago | |
Doxyfile.in | 3 years ago | |
README.md | 3 years ago |
Standard APIs for AI operations
Dependency | Version required |
---|---|
gcc | 5.0 or higher |
CMake | 3.11 or higher |
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算子标准开源项目。
C C++ CMake Text