[skip ci]Add todo in test_simd_compat test (#10632)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/10619/head
yanliang567 2021-10-26 10:42:19 +08:00 committed by GitHub
parent 6b44484920
commit e95b7a1466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ supported_simd_types = ["sse4_2", "avx", "avx2", "avx512"]
# TODO: implement simd config after supported
# TODO: not support running concurrently with different simd_types. need improvement
@pytest.mark.skip(reason='simd config is not supported yet')
class TestSimdCompatibility:
"""