[Bug] Failed to build I-ViT #16358
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Steps to reproduce the behavior:
git clone https://github.com/zkkli/I-ViT.git
Just follow the TVM_benchmark.
One or more operators have not been tuned. Please tune your model for better performance. Use DEBUG logging level to see more details.
Traceback (most recent call last):
File "D:/TVM/I-ViT/TVM_benchmark/evaluate_accuracy.py", line 97, in
main()
File "D:/TVM/I-ViT/TVM_benchmark/evaluate_accuracy.py", line 81, in main
lib = relay.build(func, target=target, params=pretrained_params)
File "D:\Anaconda3\envs\tvm-build\lib\site-packages\tvm-0.15.dev103+g506eff23b-py3.8-win-amd64.egg\tvm\relay\build_module.py", line 364, in build
graph_json, runtime_mod, params = bld_mod.build(
File "D:\Anaconda3\envs\tvm-build\lib\site-packages\tvm-0.15.dev103+g506eff23b-py3.8-win-amd64.egg\tvm\relay\build_module.py", line 161, in build
self._build(
File "D:\Anaconda3\envs\tvm-build\lib\site-packages\tvm-0.15.dev103+g506eff23b-py3.8-win-amd64.egg\tvm_ffi_ctypes\packed_func.py", line 229, in call
_LIB.TVMFuncCall(
OSError: exception: stack overflow
tvm.version :0.15.dev0
Platform: LAPTOP
Operating system: Windows
Device: PC+RTX 3070
Python version: 3.8
GPU driver version (if applicable):12.0
CUDA/cuDNN version (if applicable):12.0
The text was updated successfully, but these errors were encountered: