Skip to content

Commit

Permalink
enable ivf_pq <ip> search cases on GPU (#2708)
Browse files Browse the repository at this point in the history
* update cron on 0.10.1

Signed-off-by: zw <zw@milvus.io>

* enable ivf_pq <ip> search cases on GPU

Signed-off-by: zw <zw@milvus.io>

Co-authored-by: zw <zw@milvus.io>
  • Loading branch information
2 people authored and JinHai-CN committed Jul 4, 2020
1 parent 045089e commit 04eb5a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/milvus_python_test/entity/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ def get_simple_index(self, request, connect):
if str(connect._cmd("mode")[1]) == "CPU":
if request.param["index_type"] == IndexType.IVF_SQ8H:
pytest.skip("sq8h not support in CPU mode")
if str(connect._cmd("mode")[1]) == "GPU":
if request.param["index_type"] == IndexType.IVF_PQ:
pytest.skip("ivfpq not support in GPU mode")
return request.param

@pytest.fixture(
Expand Down

0 comments on commit 04eb5a8

Please sign in to comment.