tqchen commented on code in PR #18190: URL: https://github.com/apache/tvm/pull/18190#discussion_r2256829750
########## src/relax/backend/contrib/cutlass/codegen.cc: ########## @@ -67,6 +67,7 @@ runtime::Module Finalize(const std::string& code, const Array<String>& func_name default_headers << "#include <cutlass/coord.h>\n"; default_headers << "#include <cutlass/tensor_ref.h>\n"; default_headers << "#include <cutlass/util/host_tensor.h>\n"; + default_headers << "#include <tvm/runtime/logging.h>\n"; Review Comment: is this necessary? if code gen part does not produce logging, likely it is not needed, instead, do tvm/ffi/function.h -- 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]
