diff --git a/src/opencl.c b/src/opencl.c index 56f875382..68c2d8714 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -3728,7 +3728,9 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx) } else { - vector_width = 1; + // there's currently no slow kernel that supports NEW_SIMD_CODE which + // has unknown final password length in _loop kernel + // vector_width = 1; } }