Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST][FLAKY] tests/python/topi/python/test_topi_argwhere #7041

Closed
tqchen opened this issue Dec 5, 2020 · 3 comments
Closed

[TEST][FLAKY] tests/python/topi/python/test_topi_argwhere #7041

tqchen opened this issue Dec 5, 2020 · 3 comments

Comments

@tqchen
Copy link
Member

tqchen commented Dec 5, 2020

https://ci.tlcpack.ai/job/tvm/job/main/275/execution/node/458/log/

Should due to the problem of a tie, need to construct the testcases carefully. For example try to construct from a shuffle of arange

@tqchen
Copy link
Member Author

tqchen commented Dec 5, 2020

cc @zhiics

@zhiics
Copy link
Member

zhiics commented Dec 5, 2020

I see. I think the problem is caused by cuda sort. It is flaky. That's why we wanted to use thrust. Let's skip cuda for this test for now. I thought removing the annotation would skip it, but it is still actually in the enabled list on the GPU CI.

@zhiics
Copy link
Member

zhiics commented Dec 5, 2020

close by #7042

@zhiics zhiics closed this as completed Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants