masahi commented on issue #8295:
URL: https://github.com/apache/tvm/issues/8295#issuecomment-885204716


   With #8528, I get this error:
   ```
     1: tvm::codegen::CodeGenSPIRV::VisitStmt_(tvm::tir::StoreNode const*)
     0: 
tvm::codegen::CodeGenSPIRV::StorageInfo::CheckContentType(tvm::runtime::DataType,
 int)
     File "/home/masa/projects/dev/tvm/src/target/spirv/codegen_spirv.h", line 
160
   TVMError: 
   ---------------------------------------------------------------
   An error occurred during the execution of TVM.
   For more information, please see: https://tvm.apache.org/docs/errors.html
   ---------------------------------------------------------------
   
     Check failed: type == expected_type (int32 vs. float32) : Attempted to 
access buffer T_reshape as element type int32 using an index of size 1 when the 
element type is float32
   ```


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