gemini-code-assist[bot] commented on code in PR #18738: URL: https://github.com/apache/tvm/pull/18738#discussion_r2782764981
########## src/tir/transform/lower_tvm_builtin.cc: ########## @@ -19,7 +19,7 @@ /*! * Lower TVM related builtin intrinsics such as packed call. - * \file tir/transforms/lower_tvm_buildin.cc + * \file tir/transform/lower_tvm_buildin.cc Review Comment:  There's a typo in the filename within this comment. It should be `builtin` instead of `buildin` to match the actual filename. ```suggestion * \file tir/transform/lower_tvm_builtin.cc ``` ########## src/s_tir/transform/canonicalize_loop.cc: ########## @@ -18,7 +18,7 @@ */ /*! - * \file tir/transforms/canonicalize_loop.cc + * \file tir/transform/canonicalize_loop.cc Review Comment:  The path in this file comment seems to be incorrect. It should probably be `s_tir/transform/canonicalize_loop.cc` to match the file's location. ```suggestion * \file s_tir/transform/canonicalize_loop.cc ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
