[clang] [llvm] Boxu.zhang.llvm (PR #140671)

2025-05-19 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff HEAD~1 HEAD --extensions cpp,cl -- clang/test/CodeGenOpenCL/test-printf-nvptx.cl clan

[clang] [llvm] Boxu.zhang.llvm (PR #140671)

2025-05-19 Thread via cfe-commits
https://github.com/boxu-zhang closed https://github.com/llvm/llvm-project/pull/140671 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] Boxu.zhang.llvm (PR #140671)

2025-05-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: boxu.zhang (boxu-zhang) Changes Last week, someone asking me to implement printf function on OpenCL with NVPTX which is strange for me, because I remember that the libdevice of CUDA has already implemented it and it should also wo

[clang] [llvm] Boxu.zhang.llvm (PR #140671)

2025-05-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: boxu.zhang (boxu-zhang) Changes Last week, someone asking me to implement printf function on OpenCL with NVPTX which is strange for me, because I remember that the libdevice of CUDA has already implemented it and it should also work for O

[clang] [llvm] Boxu.zhang.llvm (PR #140671)

2025-05-19 Thread via cfe-commits
https://github.com/boxu-zhang created https://github.com/llvm/llvm-project/pull/140671 Last week, someone asking me to implement printf function on OpenCL with NVPTX which is strange for me, because I remember that the libdevice of CUDA has already implemented it and it should also work for Op