Turn off CPU ssm_conv and silu fusion (#1440)

This commit is contained in:
Kawrakow 2026-03-16 10:44:53 +01:00 committed by GitHub
parent 18a9b4c125
commit 8075acb6cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ bool iqk_ssm_conv4(int nr, int nc, int nt,
uint64_t nb01, uint64_t nb10, uint64_t nb11, uint64_t nb21,
const float * x0_in, const float * s0_in, const float * c_in,
float * dst, float * dst_silu, int ith, int nth) {
return false;
#if defined __AVX2__
if (nt <= 32 || nc != 4 || nr%16 != 0) {
return false;