Browse Source
Increase Zen SWITCH_RATIO to 16
following GEMM benchmarks on Ryzen2700X. For #1464
tags/v0.3.6^2
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
param.h
|
|
@@ -605,7 +605,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
#define SYMV_P 8 |
|
|
|
|
|
|
|
#define SWITCH_RATIO 4 |
|
|
|
#define SWITCH_RATIO 16 |
|
|
|
|
|
|
|
#ifdef ARCH_X86 |
|
|
|
|
|
|
|