Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | ||
---|---|---|
4973–4992 ↗ | (On Diff #208489) | Just a side note: |
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | ||
---|---|---|
4973–4992 ↗ | (On Diff #208489) | I think it is intentional not to use default here, otherwise people may forget to update this part when a new nvptx arch is added. I could let gfx archs go to the path with llvm_unreachable("Unexpected Cuda arch.") though. |