Skip to content

Commit 5380712

Browse files
Merge pull request #1221 from system76/gpu-burn-d-to-tc
Update hardware-failure.md
2 parents bec5500 + 906f952 commit 5380712

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

content/hardware-failure.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,16 @@ Now we'll compile it:
153153
make
154154
```
155155

156-
And now we can run it like so (this example will run it for 60 minutes/1 hour):
156+
For NVIDIA **RTX** GPUs we can use Tensor cores to run it like so (this example will run it for 60 minutes/1 hour):
157157

158158
```bash
159-
./gpu_burn -d 3600
159+
./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
160166
```
161167

162168
## Test CPU thermals

0 commit comments

Comments
 (0)