shingjan commented on code in PR #11761:
URL: https://github.com/apache/tvm/pull/11761#discussion_r909122902


##########
python/tvm/topi/transform.py:
##########
@@ -17,9 +17,12 @@
 # pylint: disable=invalid-name,consider-using-enumerate,redefined-outer-name
 """Injective transformation operators"""
 from __future__ import absolute_import as _abs
+import numpy as np
+from tables import Expr

Review Comment:
   I am hitting the following error:
   ```
   E             0: tvm::codegen::CodeGenLLVM::CreateBufferPtr(llvm::Value*, 
tvm::runtime::DataType, llvm::ArrayRef<llvm::Value*>, tvm::runtime::DataType)
   E                   at /home/yj/tvm/src/target/llvm/codegen_llvm.cc:737
   E             File "/home/yj/tvm/src/target/llvm/codegen_llvm.cc", line 737
   E           TVMError: 
   E           ---------------------------------------------------------------
   E           An error occurred during the execution of TVM.
   E           For more information, please see: 
https://tvm.apache.org/docs/errors.html
   E           ---------------------------------------------------------------
   E             Check failed: (index->getType()->isIntegerTy()) is false: 
Expected buffer index to be an integer
   ```



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