File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6868 if: ${{ !matrix.check_memleak }}
6969 # test ipi
7070 - run : |
71+ export PATH=${{ github.workspace }}/dp_test/bin:$PATH
7172 cp ${{ github.workspace }}/source/build_tests/paddle_inference_install_dir/paddle/lib/*.so ${{ github.workspace }}/dp_test/lib/
7273 cp ${{ github.workspace }}/source/build_tests/paddle_inference_install_dir/third_party/install/onednn/lib/* ${{ github.workspace }}/dp_test/lib/
7374 cp ${{ github.workspace }}/source/build_tests/paddle_inference_install_dir/third_party/install/mklml/lib/* ${{ github.workspace }}/dp_test/lib/
7677 OMP_NUM_THREADS: 1
7778 TF_INTRA_OP_PARALLELISM_THREADS: 1
7879 TF_INTER_OP_PARALLELISM_THREADS: 1
79- PATH: ${{ github.workspace }}/dp_test/bin:$PATH
8080 LD_LIBRARY_PATH: ${{ github.workspace }}/dp_test/lib:${{ github.workspace }}/libtorch/lib
8181 if: ${{ !matrix.check_memleak }}
8282 - uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments