From fdc2f464579a9d036b1f87f21abc86e8e097ed26 Mon Sep 17 00:00:00 2001 From: resonantsky Date: Thu, 2 Apr 2026 16:20:30 +0200 Subject: [PATCH] further rocblas default settings --- scripts/rocm/rocm_vars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rocm/rocm_vars.py b/scripts/rocm/rocm_vars.py index 235aef0d0..0e2235015 100644 --- a/scripts/rocm/rocm_vars.py +++ b/scripts/rocm/rocm_vars.py @@ -12,7 +12,7 @@ GENERAL_VARS: Dict[str, Dict[str, Any]] = { "restart_required": False, }, "PYTORCH_ROCM_USE_ROCBLAS": { - "default": "1", + "default": "0", "desc": "PyTorch ROCm: prioritise rocBLAS for linear algebra", "widget": "dropdown", "options": [("0 - Off", "0"), ("1 - On", "1")], @@ -116,7 +116,7 @@ GENERAL_VARS: Dict[str, Dict[str, Any]] = { "restart_required": False, }, "PYTORCH_TUNABLEOP_ROCBLAS_ENABLED": { - "default": "1", + "default": "0", "desc": "TunableOp: wrap and optimise rocBLAS GEMM calls", "widget": "dropdown", "options": [("0 - Off", "0"), ("1 - On", "1")],