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: To reduce overall dependency, assuming the codegen part did not use ICHECK or (or change to TVM_FFI_ICHECK), LOG(INFO), instead to `#include <tvm/ffi/function.h>` to minimize deps -- 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]
