further rocblas default settings

pull/4726/head
resonantsky 2026-04-02 16:20:30 +02:00
parent 1ed2811c80
commit fdc2f46457
1 changed files with 2 additions and 2 deletions

View File

@ -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")],