For me, the test fails for nvptx64 offload. The problem was
introduced by D146838, which landed as 747af2415519. It tries to copy
a string constant's address from device to host and then print the
string. This patch copies the contents of the string instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo