Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test vmvx instead of vulkan-spirv for multiple target_backends test i…
…n `compiler_core_test.py`. (iree-org#18011) Thus, we could build iree without any gpu related targets. e.g. use cmake with: ``` "-DIREE_TARGET_BACKEND_CUDA=OFF" "-DIREE_TARGET_BACKEND_METAL_SPIRV=OFF" "-DIREE_TARGET_BACKEND_ROCM=OFF" "-DIREE_TARGET_BACKEND_VULKAN_SPIRV=OFF" "-DIREE_TARGET_BACKEND_WEBGPU_SPIRV=OFF" "-DIREE_HAL_DRIVER_CUDA=OFF" "-DIREE_HAL_DRIVER_HIP=OFF" "-DIREE_HAL_DRIVER_METAL=OFF" "-DIREE_HAL_DRIVER_VULKAN=OFF" ``` Signed-off-by: Jerry Shih <bignose1007@gmail.com>
- Loading branch information