Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Vulkan] Remote target.h #include (apache#8813)
Was added in apache#8127, should have been removed in apache#8171 along with the rest of the references outside of libtvm_runtime.so. This didn't impact the Vulkan+g++ builds, because no symbols were accessed outside of the runtime library. However, it broke the Vulkan+Windows builds, which expected symbols due to the `__declspec(dllexport)` defintion of `TVM_DLL` on MSVC (see apache#8805). This wasn't caught by the CI build on Windows, because it doesn't perform the Vulkan build.
- Loading branch information