junrushao commented on PR #15185: URL: https://github.com/apache/tvm/pull/15185#issuecomment-1615262298
The linter error is: ``` [2023-06-30T07:50:08.607Z] #ifdef TVM_VULKAN_RUNTIME [2023-06-30T07:50:08.607Z] +#include "../src/runtime/vulkan/vulkan_amdrgp.cc" [2023-06-30T07:50:08.607Z] #include "../src/runtime/vulkan/vulkan_buffer.cc" [2023-06-30T07:50:08.607Z] #include "../src/runtime/vulkan/vulkan_common.cc" [2023-06-30T07:50:08.607Z] #include "../src/runtime/vulkan/vulkan_device.cc" [2023-06-30T07:50:08.607Z] @@ -78,7 +79,6 @@ [2023-06-30T07:50:08.607Z] #include "../src/runtime/vulkan/vulkan_module.cc" [2023-06-30T07:50:08.607Z] #include "../src/runtime/vulkan/vulkan_stream.cc" [2023-06-30T07:50:08.607Z] #include "../src/runtime/vulkan/vulkan_wrapped_func.cc" [2023-06-30T07:50:08.607Z] -#include "../src/runtime/vulkan/vulkan_amdrgp.cc" [2023-06-30T07:50:08.607Z] #endif ``` which means you might want to swap the ordering of "#include"s -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
