You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/11/21 00:40:19 UTC

[GitHub] [tvm] junrushao commented on a diff in pull request #13449: [Fix] Fix IndexDataTypeNormalizer to avoid redundant casting

junrushao commented on code in PR #13449:
URL: https://github.com/apache/tvm/pull/13449#discussion_r1027385715


##########
src/te/operation/create_primfunc.cc:
##########
@@ -496,7 +496,7 @@ PrimFunc GenerateAndCompletePrimFunc(const Array<te::Tensor>& arg_list,
 PrimFunc CreatePrimFuncWithConstants(const Array<te::Tensor>& arg_list,
                                      const Array<runtime::NDArray>& constants,
                                      std::optional<DataType> index_dtype_override) {
-  // Infomations used in CreatePrimFunc and its sub-functions.
+  // Informations used in CreatePrimFunc and its sub-functions.

Review Comment:
   Information is not countable (i guess)



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org