-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme to include Intel GPU (#440)
- Loading branch information
Showing
6 changed files
with
34 additions
and
42 deletions.
There are no files selected for viewing
Submodule Paddle
updated
3858 files
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,25 +1,21 @@ | ||
# PaddleCustomDevice | ||
|
||
English | [简体中文](./README_cn.md) | ||
简体中文 | [English](./README_en.md) | ||
|
||
PaddlePaddle custom device implementaion. | ||
『飞桨』自定义硬件接入实现。 | ||
|
||
## User Guides | ||
## 使用指南 | ||
|
||
To follow up on latest features of custom device in PaddlePaddle, please refer to [Custom Device Support](https://www.paddlepaddle.org.cn/documentation/docs/en/develop/dev_guides/custom_device_docs/index_en.html) | ||
方案设计参考[Custom Device 接入方案介绍](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/custom_device_docs/custom_device_overview_cn.html),开发指南请参考[新硬件接入示例](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/custom_device_docs/custom_device_example_cn.html)且示例代码位于 [CustomCPU](backends/custom_cpu/README_cn.md)。 | ||
|
||
## Hardware Backends | ||
## 硬件后端 | ||
|
||
PaddleCustomDevice has supported the following backends: | ||
飞桨自定义硬件接入支持如下硬件后端: | ||
|
||
- [PaddlePaddle Custom Device Implementaion for Ascend NPU](backends/npu/README.md) | ||
- [PaddlePaddle Custom Device Implementaion for Custom CPU](backends/custom_cpu/README.md) | ||
- [PaddlePaddle Custom Device Implementaion for Cambricon MLU](backends/mlu/README.md) | ||
- [飞桨自定义接入硬件后端(昇腾NPU)](backends/npu/README_cn.md) | ||
- [飞桨自定义接入硬件后端(寒武纪MLU)](backends/mlu/README_cn.md) | ||
- [飞桨自定义接入硬件后端(英特尔GPU)](backends/intel_gpu/README.md) | ||
|
||
## Environment Variables | ||
| Subject | Variable Name | Type | Description | Default Value | | ||
| -------- | -------------------------------- | ------ | --------------------------------- | ------------------------------------------------------------ | | ||
| Debug | CUSTOM_DEVICE_BLACK_LIST| String | Ops in black_list will be fallbacked to CPU | | | ||
## 版权和许可证 | ||
|
||
## Copyright and License | ||
PaddleCustomDevice is provided under the [Apache-2.0 license](LICENSE). | ||
PaddleCustomDevice由[Apache-2.0 license](LICENSE)提供。 |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# PaddleCustomDevice | ||
|
||
English | [简体中文](./README.md) | ||
|
||
PaddlePaddle custom device implementaion. | ||
|
||
## User Guides | ||
|
||
Design doc refer to [Custom Device Overview](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/custom_device_docs/custom_device_overview_cn.html), and user guidance refer to [Custom Device Support](https://www.paddlepaddle.org.cn/documentation/docs/en/develop/dev_guides/custom_device_docs/index_en.html) with demo code in [CustomCPU](backends/custom_cpu/README_cn.md)。 | ||
|
||
## Hardware Backends | ||
|
||
PaddleCustomDevice has supported the following backends: | ||
|
||
- [PaddlePaddle Custom Device Implementaion for Ascend NPU](backends/npu/README.md) | ||
- [PaddlePaddle Custom Device Implementaion for Cambricon MLU](backends/mlu/README.md) | ||
- [PaddlePaddle Custom Device Implementaion for Intel GPU](backends/intel_gpu/README.md) | ||
|
||
## Copyright and License | ||
PaddleCustomDevice is provided under the [Apache-2.0 license](LICENSE). |
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