llvm-project
2368be38 - [HIP] Always respect `--gpu-bundle-output` in the new driver (#150989)

Commit
203 days ago
[HIP] Always respect `--gpu-bundle-output` in the new driver (#150989) Summary: This is a bit of an awkward transition point for the new and old drivers. Previously AMDGPU uses this to generate offloading bundles, but the new driver much prefers to output the file itself. This patch changes the behavior to always respect `--gpu-bundle-output` instead of having it be the default behavior. This means that we effectively get to override the default new driver behavior with this flag now. This should hoepfully fix some errors in the downstream comgr tests.
Author
Parents
Loading