Lunderberg opened a new issue #8903: URL: https://github.com/apache/tvm/issues/8903
### Summary Currently, some unit tests fail when running on the Vulkan runtime. PR (TODO: edit to add the PR shortly) parametrized the tests that are currently failing, so that the vulkan target can be marked as xfail without impacting any other runtimes. The Vulkan runtime should be improved so that these unit tests can pass on vulkan as well. ### Status | File | Test | Parameters | Status | Owner | PR | |----------------------------|---------------------------|----------------------|--------|-------|----| | test_topi_math.py | test_ewise | topi_name="tan" | TODO | | | | test_topi_math.py | test_ewise | topi_name="erf" | TODO | | | | test_topi_math.py | test_ewise | topi_name="isnan" | TODO | | | | test_topi_math.py | test_ewise | topi_name="isfinite" | TODO | | | | test_topi_math.py | test_ewise | topi_name="isinf" | TODO | | | | test_topi_reduce.py | test_reduce_map | reduce_type="sum" | TODO | | | | test_topi_reduce.py | test_reduce_map | reduce_type="any" | TODO | | | | test_topi_reduce.py | test_reduce_map | reduce_type="all" | TODO | | | | test_topi_vision.py | test_proposal | | TODO | | | | test_topi_conv1d_transpose | test_conv1d_transpose_ncw | | TODO | | | | test_softmax.py | test_softmax | dtype="float64" | TODO | | | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
