JuneJulyAugust commented on issue #17543: URL: https://github.com/apache/tvm/issues/17543#issuecomment-2501773074
I printed out the command in python/tvm/contrib/nvcc.py when compiling model for target "nvidia/jetson-agx-xavier": ``` Command to compile: ['nvcc', '--fatbin', '-O3', '-gencode', 'arch=compute_72,code=sm_72', '-o', '/tmp/tmpz1pl_3jt/tvm_kernels.fatbin', '/tmp/tmpz1pl_3jt/tvm_kernels.cu'] ``` The arch and code arguments seem right. Any expert can help check? -- 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]
