We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bec5500 + 906f952 commit 5380712Copy full SHA for 5380712
content/hardware-failure.md
@@ -153,10 +153,16 @@ Now we'll compile it:
153
make
154
```
155
156
-And now we can run it like so (this example will run it for 60 minutes/1 hour):
+For NVIDIA **RTX** GPUs we can use Tensor cores to run it like so (this example will run it for 60 minutes/1 hour):
157
158
```bash
159
-./gpu_burn -d 3600
+./gpu_burn -tc 3600
160
+```
161
+
162
+For NVIDIA **GTX** GPUs run it like so (this example will run it for 60 minutes/1 hour):
163
164
+```bash
165
+./gpu_burn 3600
166
167
168
## Test CPU thermals
0 commit comments