Skip to content

Commit 906f952

Browse files
authored
Update hardware-failure.md
Adjusted for RTX GPUs to use -tc and removed the -d switch for GTX GPUS.
1 parent 80feed3 commit 906f952

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/hardware-failure.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,18 @@ 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
159159
./gpu_burn -tc 3600
160160
```
161161

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+
162168
## Test CPU thermals
163169

164170
If the CPU fan is spinning erratically, or you are experiencing random shutdowns, this may be the result of a thermal issue. To investigate this, we'll use tools that can display CPU temperatures.

0 commit comments

Comments
 (0)