remove sdnq_dequantize_compile option

- advanced users should use the env var SDNQ_USE_TORCH_COMPILE instead
This commit is contained in:
Dity0
2026-08-10 13:30:56 +03:00
parent e89062c04f
commit 2250d8052a
4 changed files with 3 additions and 6 deletions
-2
View File
@@ -456,8 +456,6 @@ def test_triton(early: bool = False):
t1 = time.time()
fn = f'{sys._getframe(2).f_code.co_name}:{sys._getframe(1).f_code.co_name}' # pylint: disable=protected-access
log.debug(f'Triton: pass={triton_ok} version={triton_version} fn={fn} time={t1-t0:.2f}')
if not triton_ok and opts is not None:
opts.sdnq_dequantize_compile = False
return triton_ok