huochaitiantang commented on a change in pull request #5226: [CODEGEN][CUDA] 
Fix vector load
URL: https://github.com/apache/incubator-tvm/pull/5226#discussion_r404644444
 
 

 ##########
 File path: src/target/source/codegen_c.cc
 ##########
 @@ -955,5 +946,30 @@ void CodeGenC::VisitStmt_(const ProducerConsumerNode* op) 
{
   PrintStmt(op->body);
 }
 
+void CodeGenC::PrintVecElemLoadExpr(
+    DataType t, int i, const std::string& value, std::ostream& os) {
+  CHECK_GT(t.lanes(), 1);
+  if (t.is_int() && t.bits() == 8) {
 
 Review comment:
   Already supported unit8.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to