提交 7467221b 编写于 作者: J jiahongyu 提交者: HongyuJia

adjust backend priority, GPUDNN>GPU>ONEDNN>CPU

上级 f786fcf9
......@@ -42,18 +42,20 @@ enum class Backend : uint8_t {
// basic kernel backend
CPU,
// the third library backend
ONEDNN,
// various acceleration devices' backends
// acceleration device's backend
GPU,
// the third library backend
GPUDNN, // cuDNN and hipDNN
// various acceleration devices' backends
XPU, // XPU currently does not exist at the same time as CUDA
NPU, // NPU currently does not exist at the same time as CUDA
MLU, // MLU currently does not exist at the same time as CUDA
IPU,
// the third library backend
ONEDNN,
GPUDNN, // cuDNN and hipDNN
// paddle kernel primitives backend
KPS,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册