Skip to content

Commit

Permalink
build: 迁移仓库
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <ydrml@hotmail.com>
  • Loading branch information
YdrMaster committed Jun 25, 2024
1 parent 0a567e2 commit 4e49117
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions README.md
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/).
2 changes: 1 addition & 1 deletion cndrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Safe Cambricon driver API."
version = "0.0.0"
edition = "2021"
authors = ["YdrMaster <ydrml@hotmail.com>"]
repository = "https://github.com/YdrMaster/cndrv.git"
repository = "https://github.com/InfiniTensor/cndrv.git"
documentation = "https://docs.rs/cndrv"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions cndrv/README.md
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.
2 changes: 1 addition & 1 deletion cnnl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Safe Cambricon cnnl API."
version = "0.0.0"
edition = "2021"
authors = ["YdrMaster <ydrml@hotmail.com>"]
repository = "https://github.com/YdrMaster/cndrv.git"
repository = "https://github.com/InfiniTensor/cndrv.git"
documentation = "https://docs.rs/cnnl"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions cnnl/README.md
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.
2 changes: 1 addition & 1 deletion search-neuware-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Crate for searching Neuware tools"
version = "0.0.0"
edition = "2021"
authors = ["YdrMaster <ydrml@hotmail.com>"]
repository = "https://github.com/YdrMaster/cndrv.git"
repository = "https://github.com/InfiniTensor/cndrv.git"
documentation = "https://docs.rs/search-neuware-tools"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions search-neuware-tools/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# search-neuware-tools

[![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/search-neuware-tools.svg)](https://crates.io/crates/search-neuware-tools)
[![Documentation](https://docs.rs/search-neuware-tools/badge.svg)](https://docs.rs/search-neuware-tools)
[![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/)

This repository contains the code for searching Neuware tools.

Expand Down

0 comments on commit 4e49117

Please sign in to comment.