zxybazh commented on code in PR #14324: URL: https://github.com/apache/tvm/pull/14324#discussion_r1140553703
########## src/relax/op/tensor/index.cc: ########## @@ -24,6 +24,7 @@ #include "index.h" +#include <algorithm> Review Comment: Thanks for pointing this out. It's a fix for linting because the linter thought I used `std::min` and `std::max` but in fact I was using min & max for PrimExpr. I've removed the include and added nolint comment in the corresponding line. -- 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]
