File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4650,8 +4650,9 @@ class OffloadingActionBuilder final {
4650
4650
// / Initialize the GPU architecture list from arguments - this populates
4651
4651
// / `GpuArchList` from `--offload-arch` flags. Only relevant if compiling to
4652
4652
// / CUDA or AMDGCN. Return true if any initialization errors are found.
4653
- // / FIXME: SPIR-V AOT targets should also use `offload-arch` to better fit
4654
- // / in the standard model.
4653
+ // / FIXME: "offload-arch" and the BoundArch mechanism should also be
4654
+ // used in the SYCLToolChain for SPIR-V AOT to track the offload
4655
+ // architecture instead of the Triple sub-arch it currently uses.
4655
4656
bool initializeGpuArchMap () {
4656
4657
const OptTable &Opts = C.getDriver ().getOpts ();
4657
4658
for (auto *A : Args) {
You can’t perform that action at this time.
0 commit comments