[PATCH] D101630: [HIP] Add --gpu-bundle-output

2021-06-10 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl added a comment. got test failures on some bots. fixed by 734213d7b51f9ea22a9d122c0646ca5b69f88ac8 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101630/new/ https://revi

[PATCH] D101630: [HIP] Add --gpu-bundle-output

2021-06-09 Thread Yaxun Liu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. yaxunl marked an inline comment as done. Closed by commit rG5fc2673fbce2: [HIP] Add --gpu-bundle-output (authored by yaxunl). Herald added a project: clang. Changed prior to commit: https://reviews.llvm.org/D101630?vs=350

[PATCH] D101630: [HIP] Add --gpu-bundle-output

2021-06-07 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl marked an inline comment as done. yaxunl added inline comments. Comment at: clang/lib/Driver/Driver.cpp:2903 bool GPUSanitize; +Optional BundleOutput; tra wrote: > We should document the behavior we expect from the `--gpu-bundle-output` > optio

[PATCH] D101630: [HIP] Add --gpu-bundle-output

2021-06-07 Thread Artem Belevich via Phabricator via cfe-commits
tra accepted this revision. tra added inline comments. This revision is now accepted and ready to land. Comment at: clang/lib/Driver/Driver.cpp:2903 bool GPUSanitize; +Optional BundleOutput; We should document the behavior we expect from the `--gpu-bun

[PATCH] D101630: [HIP] Add --gpu-bundle-output

2021-06-07 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl updated this revision to Diff 350318. yaxunl retitled this revision from "[HIP] Fix device-only compilation" to "[HIP] Add --gpu-bundle-output". yaxunl edited the summary of this revision. yaxunl added a comment. use --gpu-bundle-output to control bundling/unbundling output of HIP device