XYZboom commented on issue #20060:
URL: https://github.com/apache/tvm/issues/20060#issuecomment-5103232929
error log:
```python
Traceback (most recent call last):
File "/root/Code/python/tmp/main.py", line 12, in <module>
ex = relax.build(mod, target="cuda")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/root/miniconda3/lib/python3.12/site-packages/tvm/relax/vm_build.py", line
276, in build
return _vmlink(
^^^^^^^^
File
"/root/miniconda3/lib/python3.12/site-packages/tvm/relax/vm_build.py", line
157, in _vmlink
lib = tvm.tirx.build(tir_mod, target=target, pipeline=tir_pipeline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/lib/python3.12/site-packages/tvm/tirx/build.py",
line 240, in build
return tir_to_runtime(host_mod, device_mod_dict, target_host)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/lib/python3.12/site-packages/tvm/tirx/build.py",
line 146, in tir_to_runtime
device_modules.append(codegen_build(device_mod, target))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/lib/python3.12/site-packages/tvm/tirx/build.py",
line 130, in codegen_build
return bf(mod, target)
^^^^^^^^^^^^^^^
File "python/tvm_ffi/cython/function.pxi", line 968, in
tvm_ffi.core.Function.__call__
File "/project/src/backend/cuda/codegen/codegen_cuda.cc", line 759, in
virtual void tvm::codegen::CodeGenCUDA::PrintStorageScope(const std::string&,
std::ostream&)
tvm.error.InternalError: Check failed: scope != "global" (global vs. global)
: Cannot allocate global memory when targeting CUDA. You must pass all global
arrays as input instead
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]