You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
-fsycl-targets
as described in https://intel.github.io/llvm-docs/UsersManual.html has misleading target triples.For example:
spir64
does not generate SPIR, but rather SPIR-V.spir64_x86_64
does not generate SPIR or SPIR-V, but rather device code for x86_64 processors.spir64_gen
sounds like it generates generic SPIR. It actually generates device code for Intel Graphics.Proposals:
spir64
withspirv64
spir64_x86_64
withx86_64
or perhapsaot_x86_64
spir64_fpga
withfpga
or perhapsaot_fpga
spir64_gen
withintel_graphics
/aot_intel_graphics
or something similar.Beta Was this translation helpful? Give feedback.
All reactions