[PATCH] D127771: [HIP] fix long double size
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 14 11:27:32 PDT 2022
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
AFAICT, the test case you've added works fine with the compiler at HEAD: https://cuda.godbolt.org/z/q3xYMfdeb
I guess it only shows up in assertion-enabled builds. Can you check what happens if you run the test case compiled as CUDA? I suspect it will have the same issue -- we don't override setAuxTarget at all.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127771/new/
https://reviews.llvm.org/D127771
More information about the cfe-commits
mailing list