0

while compiling the MXNet ResNet_18 model for the Intel integrated graphics, using the below command:

 target = tvm.target.intel_graphics() 
 relay.build_module.build(mod, target, params=params)

getting error:

File "./source/intrin_rule_opencl.cc", line 80
TVMError: 
---------------------------------------------------------------
An internal invariant was violated during the execution of TVM.
Please read TVM's error reporting guidelines.
More details can be found here: https://discuss.tvm.ai/t/error-reporting/7793.
---------------------------------------------------------------
  Check failed: (analyzer.CanProve(call->args[3] == call->args[4])) is false: Intel warp shuffle dose not support width != warp_size

I am using MXNet ResNet_18 model from its model zoo.

4

1 回答 1

1

这个问题似乎与 TVM 有关,而不是与 MXNet 有关。另外,请注意 MXNet 不支持“英特尔集成显卡”。请在https://github.com/apache/tvm/issueshttps://github.com/dmlc/gluon-cv/issues上打开一个问题

于 2021-10-28T11:22:57.090 回答