For OpenMP offload, Clang emits global symbols containing the string
'<captured>', which contains characters that are invalid in PTX.
Extend the existing pass that replaces '.' and '@' characters with
'_$_' to also replace '<' and '>' characters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo