From 906f95272cba736cff8746e9fc00c4f4ae4b1a86 Mon Sep 17 00:00:00 2001 From: jklgrasso <135736860+jklgrasso@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:46:15 -0600 Subject: [PATCH] Update hardware-failure.md Adjusted for RTX GPUs to use -tc and removed the -d switch for GTX GPUS. --- content/hardware-failure.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/hardware-failure.md b/content/hardware-failure.md index db4c2c40ef..b9c8b5b82e 100644 --- a/content/hardware-failure.md +++ b/content/hardware-failure.md @@ -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.