csullivan commented on code in PR #16865:
URL: https://github.com/apache/tvm/pull/16865#discussion_r1558418649


##########
src/target/source/codegen_cuda.cc:
##########
@@ -1264,6 +1264,7 @@ void CodeGenCUDA::VisitExpr_(const BroadcastNode* op, 
std::ostream& os) {  // NO
     int lanes = op->dtype.lanes();
     ICHECK(lanes == 1 || lanes == 2 || lanes == 4);
     std::string v = PrintExpr(op->value);
+    # Implicit conversion from float back to fp8 

Review Comment:
   ```suggestion
       // Implicit conversion from float back to fp8 
   ```



-- 
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]

Reply via email to