fzi-peccia commented on code in PR #18182:
URL: https://github.com/apache/tvm/pull/18182#discussion_r2281654420
##########
src/target/source/codegen_c.cc:
##########
@@ -268,6 +268,8 @@ std::string CodeGenC::GetBufferRef(DataType t, const
BufferNode* buffer, PrimExp
<< " + " << index_str << " / " << div_factor << ")";
} else if (t == buffer_element_dtype) {
os << buffer_str << "[" << index_str << "]";
+ } else if (t == buffer_element_dtype) {
+ os << buffer_str << "[" << index_str << "]";
Review Comment:
Fixed in 49d9a0c5bde56369245d98e879d65dea0e306e85
--
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]