wpan11nv opened a new pull request #4876: [CodeGen][CUDA] Fix issues in cuda 
codegen
URL: https://github.com/apache/incubator-tvm/pull/4876
 
 
   - Do not emit __shared__ etc. as part of type for casting
   
   - Fix fp16 reduction kernels with compiler errors:
   
     "no operator "+" matches these operands, volatile half + volatile half
   
     This patch inserts casts to remove volatile type qualifier following
     volatile loads (fp16 only). CUDA fp16 library headers should add
     volatile member functions.
   
   Signed-off-by: Wei Pan <w...@nvidia.com>
   
   Thanks for contributing to TVM!   Please refer to guideline 
https://docs.tvm.ai/contribute/ for useful information and tips. After the pull 
request is submitted, please request code reviews from 
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
 by @ them in the pull request thread.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to