Skip to content

Commit 1b8b168

Browse files
committed
add examples/MNIST into testing
1 parent 40637bc commit 1b8b168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ all:
2929

3030
check: ptest4
3131
cd Pytorch_DDP && make check
32+
cd MNIST && make check
3233

3334
ptests: ptest3 ptest4 ptest8
3435
cd Pytorch_DDP && make ptests
36+
cd MNIST && make ptests
3537

3638
ptest3:
3739
@mkdir -p ${OUTPUT_DIR}

0 commit comments

Comments
 (0)