File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,16 @@ pip install -e . --extra-index-url=https://pypi.ngc.nvidia.com
5555Congratulations, 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```
5757cd 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
6870To restart and connect to the container, run:
You can’t perform that action at this time.
0 commit comments