During device-side CUDA compilation clang currently complains about any TLS variable, regardless of whether it's a host or device one.
This patch suppresses "TLS unsupported" errors for host variables during device compilation and for device variables during host compilation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM