Skip to content

Commit 9c7da3a

Browse files
committed
Update ReadMe
1 parent d88860b commit 9c7da3a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,16 @@ pip install -e . --extra-index-url=https://pypi.ngc.nvidia.com
5555
Congratulations, you installed Deeploy and its dependencies! Now, to test your installation let's run one simple test on each platform with the following commands:
5656
```
5757
cd DeeployTest
58-
python testRunner_generic.py -t Tests/Adder
59-
python testRunner_cortexm.py -t Tests/Adder
60-
python testRunner_mempool.py -t Tests/Adder
61-
python testRunner_snitch.py -t Tests/Adder/
62-
python testRunner_siracusa.py -t Tests/Adder --cores=8
63-
python testRunner_snitch.py -t Tests/Adder --cores=9
64-
python testRunner_softhier.py -t Tests/Adder --toolchain=GCC
65-
python testRunner_chimera.py -t Tests/Adder
58+
python testRunner_generic.py -t ./Tests/Kernels/Integer/Add/Regular
59+
python testRunner_cortexm.py -t ./Tests/Kernels/Integer/Add/Regular
60+
python testRunner_mempool.py -t ./Tests/Kernels/Integer/Add/Regular
61+
python testRunner_snitch.py -t ./Tests/Kernels/Integer/Add/Regular
62+
python testRunner_tiled_snitch.py -t ./Tests/Kernels/Integer/Add/Regular
63+
python testRunner_siracusa.py -t ./Tests/Kernels/Integer/Add/Regular
64+
python testRunner_tiled_siracusa.py -t ./Tests/Kernels/Integer/Add/Regular
65+
python testRunner_tiled_siracusa_w_neureka.py -t ./Tests/Kernels/Integer/Add/Regular
66+
python testRunner_softhier.py -t ./Tests/Kernels/Integer/Add/Regular --toolchain=GCC
67+
python testRunner_chimera.py -t ./Tests/Kernels/Integer/Add/Regular
6668
```
6769

6870
To restart and connect to the container, run:

0 commit comments

Comments
 (0)