Skip to content

Commit 7b29c19

Browse files
author
João Felipe Santos
committed
Merge branch 'feature/inline-gemm' of github.com:jfsantos/NeuralAmpModelerCore into feature/inline-gemm
2 parents 7137533 + 2ae11d0 commit 7b29c19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
cmake .. -DCMAKE_BUILD_TYPE=Debug
3636
cmake --build . -j4
3737
38+
- name: Create additional build folder
39+
working-directory: ${{github_workspace}}
40+
run: mkdir build_inline
41+
3842
- name: Build Tools (Inline GEMM)
3943
working-directory: ${{github.workspace}}/build_inline
4044
env:

tools/run_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include "test/test_input_buffer_verification.cpp"
2727
#include "test/test_lstm.cpp"
2828
#include "test/test_wavenet_configurable_gating.cpp"
29-
#include "test/test_extensible.cpp"
3029
#include "test/test_noncontiguous_blocks.cpp"
30+
#include "test/test_extensible.cpp"
3131

3232
int main()
3333
{

0 commit comments

Comments
 (0)