Skip to content

Commit

Permalink
Update CD Jenkins config for include/mkldnn/oneapi/dnnl (apache#19725)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu authored and Rohit Kumar Srivastava committed Feb 23, 2021
1 parent ea342cc commit 2661be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cd/mxnet_lib/static/Jenkins_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ libmxnet = 'lib/libmxnet.so'
licenses = 'licenses/*'

// libmxnet dependencies
mx_native_deps = 'lib/libgfortran.so.3'
mx_deps = 'lib/libgfortran.so.3, 3rdparty/mkldnn/build/install/include/oneapi/dnnl/dnnl_version.h, 3rdparty/mkldnn/build/install/include/oneapi/dnnl/dnnl_config.h'
mx_native_deps = 'lib/libgfortran.so.*, lib/libopenblas.so.0'
mx_deps = 'lib/libgfortran.so.*, lib/libopenblas.so.0, include/mkldnn/oneapi/dnnl/dnnl_version.h, include/mkldnn/oneapi/dnnl/dnnl_config.h'

// library type
// either static or dynamic - depending on how it links to its dependencies
Expand Down

0 comments on commit 2661be9

Please sign in to comment.