mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add todo in test_simd_compat test (#10632)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/10619/head
parent
6b44484920
commit
e95b7a1466
|
@ -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:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue