Skip to content

Commit 5a55b17

Browse files
committed
[Vulkan] Remote target.h #include
Was added in #8127, should have been removed in #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 #8805). This wasn't caught by the CI build on Windows, because it doesn't perform the Vulkan build.
1 parent 10fca9c commit 5a55b17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/vulkan/vulkan_common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <tvm/runtime/device_api.h>
2525
#include <tvm/runtime/logging.h>
2626
#include <tvm/runtime/packed_func.h>
27-
#include <tvm/target/target.h>
2827
#include <vulkan/vulkan.h>
2928

3029
#include <memory>

0 commit comments

Comments
 (0)