Skip to content

Commit dcef360

Browse files
committed
add mkldnn/openvino
1 parent eeb3b9c commit dcef360

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/paddle-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: openblas
2626
cmake_flags: "-DWITH_MKL=OFF"
2727
os: ubuntu-22.04
28+
- name: mkldnn
29+
cmake_flags: "-DWITH_MKL=ON"
30+
- name: openvino
31+
cmake_flags: "-DWITH_MKL=ON -DWITH_OPENVINO=ON"
32+
os: ubuntu-22.04
2833
- name: openblas
2934
cmake_flags: "-DWITH_MKL=OFF"
3035
os: ubuntu-22.04-arm

0 commit comments

Comments
 (0)