File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1000,7 +1000,7 @@ def _check_opencl_vulkan():
10001000 "opencl_vulkan" ,
10011001 "OpenCL or Vulkan" ,
10021002 run_time_check = _check_opencl_vulkan ,
1003- parent_features = ["opencl" , "vulkan " ],
1003+ parent_features = ["opencl" , "gpu " ],
10041004)
10051005
10061006# Mark a test as requiring NNAPI support in build.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ run_pytest ${TVM_UNITTEST_TESTSUITE_NAME}-1 tests/python/codegen/test_target_cod
3838
3939# Adreno : A comprehensive Texture tests on Nvidia GPU and clml codegen tests.
4040export PYTEST_ADDOPTS=" "
41- export TVM_TEST_TARGETS=" opencl"
41+ export TVM_TEST_TARGETS=" opencl,vulkan -from_device=0 "
4242export TVM_UNITTEST_TESTSUITE_NAME=python-codegen-clml-texture
4343
4444source tests/scripts/setup-pytest-env.sh
You can’t perform that action at this time.
0 commit comments