CPU & GPU Stress Test On NX

Hi Hodu,

You can run matrixMul CUDA samples and adjust the size for GPU loading.
And write the script to loops running.

For examples:

$ cd /usr/local/cuda-10.2/samples/0_Simple/matrixMul
$ ./matrixMul -wA=3200 -hA=320 -wB=640 -hB=3200

You can adjust wA, hA, wB and hB value, remember set the same data with wA and hB.

6 Likes