Hzfengsy opened a new pull request, #16571: URL: https://github.com/apache/tvm/pull/16571
This PR fixes the following compile warnings with clang-17: ``` [build] warning: unknown command tag name [-Wdocumentation-unknown-command] [build] 90 | * @R.function [build] | ^~ [build] warning: 'tvm::codegen::CodeGenWebGPU::AddFunction' hides overloaded virtual function [-Woverloaded-virtual] [build] 52 | runtime::FunctionInfo AddFunction(const PrimFunc& f, bool skip_readonly_decl); // NOLINT(*) [build] | ``` cc @Lunderberg @tqchen -- 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]
