Files
tvm/tvm-disable-vulkan-test-check.patch
2024-10-10 13:03:47 +00:00

18 lines
445 B
Diff

--- tvm-0.11.0/python/tvm/testing/utils.py.orig 2023-03-07 09:40:58.121602504 +0100
+++ tvm-0.11.0/python/tvm/testing/utils.py 2023-03-07 09:45:47.652819665 +0100
@@ -823,13 +823,7 @@ class Feature:
def _any_gpu_exists():
- return (
- tvm.cuda().exist
- or tvm.rocm().exist
- or tvm.opencl().exist
- or tvm.metal().exist
- or tvm.vulkan().exist
- )
+ return (False)
def _multi_gpu_exists():