Running test-backend-ops -b BLAS, I'm seeing the following single test failure using the BLAS backend:
MUL_MAT(type_a=f32,type_b=f32,m=16,n=32,k=32,bs=[1,1],nr=[1,1],per=[0,1,2,3],k_v=64,o=3): not supported [BLAS] [MUL_MAT] ERR = 0.194957976 > 0.000500000 MUL_MAT(type_a=f32,type_b=f32,m=64,n=77,k=77,bs=[12,1],nr=[1,1],per=[0,1,2,3],k_v=0,o=1): FAIL
The failure is reproducible with different BLAS implementations (on Debian and Ubuntu, these are all interchangeable).
It seems that almost all test-backend-ops tests are skipped with not supported [BLAS] and I also found #293 with the intent to remove BLAS entirely, so perhaps I ran into something obsolete.
Running
test-backend-ops -b BLAS, I'm seeing the following single test failure using the BLAS backend:MUL_MAT(type_a=f32,type_b=f32,m=16,n=32,k=32,bs=[1,1],nr=[1,1],per=[0,1,2,3],k_v=64,o=3): not supported [BLAS] [MUL_MAT] ERR = 0.194957976 > 0.000500000 MUL_MAT(type_a=f32,type_b=f32,m=64,n=77,k=77,bs=[12,1],nr=[1,1],per=[0,1,2,3],k_v=0,o=1): FAILThe failure is reproducible with different BLAS implementations (on Debian and Ubuntu, these are all interchangeable).
It seems that almost all
test-backend-opstests are skipped withnot supported [BLAS]and I also found #293 with the intent to remove BLAS entirely, so perhaps I ran into something obsolete.