Skip to content

Commit

Permalink
Update hardware-failure.md
Browse files Browse the repository at this point in the history
Adjusted for RTX GPUs to use -tc and removed the -d switch for GTX GPUS.
  • Loading branch information
jklgrasso committed Mar 21, 2024
1 parent 80feed3 commit 906f952
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/hardware-failure.md
Expand Up @@ -153,12 +153,18 @@ Now we'll compile it:
make
```

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):

```bash
./gpu_burn -tc 3600
```

For NVIDIA **GTX** GPUs run it like so (this example will run it for 60 minutes/1 hour):

```bash
./gpu_burn 3600
```

## Test CPU thermals

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.
Expand Down

0 comments on commit 906f952

Please sign in to comment.