w1049 commented on PR #18097:
URL: https://github.com/apache/tvm/pull/18097#issuecomment-3023712349

   > @w1049 can you elaborate on the failure cases?
   
   The `CUtensorMap` feature was introduced in CUDA 12. When attempting to 
compile with CUDA 11.8, the build fails because `CUtensorMap` is not available 
in `cuda.h`. The error message appears as:
   ```
   tvm/src/runtime/cuda/cuda_device_api.cc:525: undefined reference to 
`cuTensorMapEncodeTiled'
   ```
   Similar issue: https://github.com/llvm/llvm-project/issues/64529


-- 
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]

Reply via email to