[PATCH] D150427: [AMDGPU] Non hostcall printf support for HIP
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 07:15:11 PDT 2023
arsenm added inline comments.
================
Comment at: clang/test/CodeGenHIP/printf_nonhostcall.cpp:240
+ return printf(s, 10);
+}
----------------
Test _BitInt for small and odd types, plus i128
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150427/new/
https://reviews.llvm.org/D150427
More information about the llvm-commits
mailing list