We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7137533 + 2ae11d0 commit 7b29c19Copy full SHA for 7b29c19
.github/workflows/build.yml
@@ -35,6 +35,10 @@ jobs:
35
cmake .. -DCMAKE_BUILD_TYPE=Debug
36
cmake --build . -j4
37
38
+ - name: Create additional build folder
39
+ working-directory: ${{github_workspace}}
40
+ run: mkdir build_inline
41
+
42
- name: Build Tools (Inline GEMM)
43
working-directory: ${{github.workspace}}/build_inline
44
env:
tools/run_tests.cpp
@@ -26,8 +26,8 @@
26
#include "test/test_input_buffer_verification.cpp"
27
#include "test/test_lstm.cpp"
28
#include "test/test_wavenet_configurable_gating.cpp"
29
-#include "test/test_extensible.cpp"
30
#include "test/test_noncontiguous_blocks.cpp"
+#include "test/test_extensible.cpp"
31
32
int main()
33
{
0 commit comments