Skip to content

Commit

Permalink
Merge pull request #1221 from system76/gpu-burn-d-to-tc
Browse files Browse the repository at this point in the history
Update hardware-failure.md
  • Loading branch information
thomas-zimmerman authored Mar 21, 2024
2 parents bec5500 + 906f952 commit 5380712
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions content/hardware-failure.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,16 @@ 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 -d 3600
./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
Expand Down

0 comments on commit 5380712

Please sign in to comment.