File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 - name : configure & build
99 run : |
1010 cd lib && ./configure --enable-sm80 && cd ..
11- make -j 64 -C test COVER=1 all.tests
11+ make -j 32 -C test COVER=1 all.tests
1212 - name : tests
1313 run : |
1414 make -C test check
Original file line number Diff line number Diff line change 88 - name : configure & build
99 run : |
1010 cd lib && ./configure --enable-sm80 && cd ..
11- make -j 64 -C test/int/nnc
11+ make -j 32 -C test/int/nnc
1212 - name : integration tests
1313 run : |
1414 make -C test/int/nnc test
Original file line number Diff line number Diff line change 88 - name : configure & build
99 run : |
1010 cd lib && ./configure --enable-sm80 && cd ..
11- make -j 64 -C lib ubsan
12- make -j 64 -C bin ubsan
13- make -j 64 -C bin/nnc ubsan
14- make -j 64 -C bin/cuda ubsan
15- make -j 64 -C test ubsan
11+ make -j 32 -C lib ubsan
12+ make -j 32 -C bin ubsan
13+ make -j 32 -C bin/nnc ubsan
14+ make -j 32 -C bin/cuda ubsan
15+ make -j 32 -C test ubsan
1616 - name : tests
1717 run : |
1818 make -C test test
You can’t perform that action at this time.
0 commit comments