commit | 22659bcc0e375ba2b88f417e6a1e78011cda2ad9 | [log] [tgz] |
---|---|---|
author | Joseph Huber <huberjn@outlook.com> | Tue Dec 24 18:05:28 2024 -0600 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 24 16:10:30 2024 -0800 |
tree | 94f59ce18e0c68228eacebbe8b97f61263640d5c | |
parent | e00971b6c6f8ba388f0b3972e657edee3261ad26 [diff] |
[OpenMP] Use generic IR for the OpenMP DeviceRTL (#119091) Summary: We previously built this for every single architecture to deal with incompatibility. This patch updates it to use the 'generic' IR that `libc` and other projects use. Who knows if this will have any side-effects, probably worth testing more but it passes the tests I expect to pass on my side. GitOrigin-RevId: 34f8573a514915222630cf21e8a0c901a25f4ca0