Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikohlsson authored Oct 25, 2024
1 parent f5d195b commit 6c5ae2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
cmake -E copy ${{github.workspace}}/native/CMakeLists.txt ${{github.workspace}}/CMakeLists.txt
cmake -B ${{github.workspace}}/build -DCAFFE2_PERF_WITH_AVX2=ON
cmake -E copy ${{github.workspace}}/resnet50.pt ${{github.workspace}}/build/resnet50.pt
- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit 6c5ae2f

Please sign in to comment.