-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: YdrMaster <ydrml@hotmail.com>
- Loading branch information
Showing
7 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# 寒武纪驱动库 | ||
|
||
[![CI](https://github.com/YdrMaster/cndrv/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/YdrMaster/cndrv/actions) | ||
[![license](https://img.shields.io/github/license/YdrMaster/cndrv)](https://mit-license.org/) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/YdrMaster/cndrv) | ||
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/YdrMaster/cndrv) | ||
[![CI](https://github.com/InfiniTensor/cndrv/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/InfiniTensor/cndrv/actions) | ||
[![license](https://img.shields.io/github/license/InfiniTensor/cndrv)](https://mit-license.org/) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/InfiniTensor/cndrv) | ||
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/InfiniTensor/cndrv) | ||
|
||
[![GitHub Issues](https://img.shields.io/github/issues/YdrMaster/cndrv)](https://github.com/YdrMaster/cndrv/issues) | ||
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/YdrMaster/cndrv)](https://github.com/YdrMaster/cndrv/pulls) | ||
![GitHub contributors](https://img.shields.io/github/contributors/YdrMaster/cndrv) | ||
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/YdrMaster/cndrv) | ||
[![GitHub Issues](https://img.shields.io/github/issues/InfiniTensor/cndrv)](https://github.com/InfiniTensor/cndrv/issues) | ||
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/InfiniTensor/cndrv)](https://github.com/InfiniTensor/cndrv/pulls) | ||
![GitHub contributors](https://img.shields.io/github/contributors/InfiniTensor/cndrv) | ||
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/InfiniTensor/cndrv) | ||
|
||
See [Cambricon Documentation](https://developer.cambricon.com/index/document/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# cndrv | ||
|
||
[![CI](https://github.com/YdrMaster/cndrv/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/YdrMaster/cndrv/actions) | ||
[![CI](https://github.com/InfiniTensor/cndrv/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/InfiniTensor/cndrv/actions) | ||
[![Latest version](https://img.shields.io/crates/v/cndrv.svg)](https://crates.io/crates/cndrv) | ||
[![Documentation](https://docs.rs/cndrv/badge.svg)](https://docs.rs/cndrv) | ||
[![license](https://img.shields.io/github/license/YdrMaster/cndrv)](https://mit-license.org/) | ||
[![license](https://img.shields.io/github/license/InfiniTensor/cndrv)](https://mit-license.org/) | ||
|
||
Safe Cambricon driver API bindings based on CNDrv 2.7.1, see the [official documentation](https://www.cambricon.com/docs/sdk_1.15.0/cntoolkit_3.7.2/cndrv_2.7.1/index.html) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# cnnl | ||
|
||
[![CI](https://github.com/YdrMaster/cndrv/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/YdrMaster/cndrv/actions) | ||
[![license](https://img.shields.io/github/license/YdrMaster/cndrv)](https://mit-license.org/) | ||
[![CI](https://github.com/InfiniTensor/cndrv/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/InfiniTensor/cndrv/actions) | ||
[![license](https://img.shields.io/github/license/InfiniTensor/cndrv)](https://mit-license.org/) | ||
|
||
Cambricon CNNL API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters