AIYoungcino opened a new pull request, #17267:
URL: https://github.com/apache/tvm/pull/17267
I convert a vit model from onnx, and then run relay.build with
NVIDAI-RTX4090 for compilation.
with tvm.transform.PassContext(opt_level=3):
lib = relay.build(mod, target=target, params=params)
and then meet an error like this: Compilation error:
ptxas error : Entry function 'tvmgen_default_fused_nn_conv2d_add_kernel'
uses too much shared data (0x2ab44 bytes, 0x29000 max)
I apologize for resorting to this temporary solution to address the issue I
encountered. As a stepping stone, I hope the experts can offer some advice to
help me resolve this problem more effectively. Thank you.
--
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]