From 0e813cbe84a4ac87cadbb1188e4b93f59c9a9109 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 9 Aug 2022 18:49:54 +0000 Subject: [PATCH] Add Modules_bcrypt.hctune as example for algorithm based tuning --- tunings/Modules_bcrypt.hctune | 8 ++++++++ tunings/Modules_default.hctune | 12 ------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 tunings/Modules_bcrypt.hctune diff --git a/tunings/Modules_bcrypt.hctune b/tunings/Modules_bcrypt.hctune new file mode 100644 index 000000000..2a9380a0c --- /dev/null +++ b/tunings/Modules_bcrypt.hctune @@ -0,0 +1,8 @@ + +#Device Attack Hash Vector Kernel Kernel +#Name Mode Type Width Accel Loops + +DEVICE_TYPE_CPU * 3200 1 N A +DEVICE_TYPE_CPU * 25600 1 N A +DEVICE_TYPE_CPU * 25800 1 N A + diff --git a/tunings/Modules_default.hctune b/tunings/Modules_default.hctune index 2639feb46..635801fee 100644 --- a/tunings/Modules_default.hctune +++ b/tunings/Modules_default.hctune @@ -69,18 +69,6 @@ ALIAS_nv_sm50_or_higher 3 9900 4 A ALIAS_nv_sm50_or_higher 3 16400 8 A A ALIAS_nv_sm50_or_higher 3 18700 8 A A -## -## BCRYPT -## - -DEVICE_TYPE_CPU * 3200 1 N A -DEVICE_TYPE_CPU * 25600 1 N A -DEVICE_TYPE_CPU * 25800 1 N A - -## -## SCRYPT: Tunings for SCRYPT based hash-modes can be found in separate files in the tunings/ folder -## - ## ## CryptoAPI ##