From adcf1f42cd53650686c527d7c33e24c6e3d48f7c Mon Sep 17 00:00:00 2001 From: "Matias (Matt) Kreder" Date: Sun, 21 Jan 2024 20:31:44 -0300 Subject: [PATCH 1/2] Add Ampere CUDA details on README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acc8c3a..58d54db 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ In order to build `bitcracker_cuda` coherently with your NVIDIA GPU and CUDA ver | Maxwell | CUDA 8.0 | arch=compute_52,code=sm_52 | | Pascal | CUDA 9.0 | arch=compute_60,code=sm_60 | | Volta | CUDA 9.0 | arch=compute_70,code=sm_70 | +| Ampre | CUDA 10.0 | arch=compute_75,code=sm_75 | ## Prepare the attack From d1a8f34e0468b506ea5fc17e83f11a1daddbc7c9 Mon Sep 17 00:00:00 2001 From: "Matias (Matt) Kreder" Date: Sun, 21 Jan 2024 20:33:37 -0300 Subject: [PATCH 2/2] Fix typo in Ampere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58d54db..4f1dfb3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ In order to build `bitcracker_cuda` coherently with your NVIDIA GPU and CUDA ver | Maxwell | CUDA 8.0 | arch=compute_52,code=sm_52 | | Pascal | CUDA 9.0 | arch=compute_60,code=sm_60 | | Volta | CUDA 9.0 | arch=compute_70,code=sm_70 | -| Ampre | CUDA 10.0 | arch=compute_75,code=sm_75 | +| Ampere | CUDA 10.0 | arch=compute_75,code=sm_75 | ## Prepare the attack