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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
-fsycl-targetsas described in https://intel.github.io/llvm-docs/UsersManual.html has misleading target triples.For example:
spir64does not generate SPIR, but rather SPIR-V.spir64_x86_64does not generate SPIR or SPIR-V, but rather device code for x86_64 processors.spir64_gensounds like it generates generic SPIR. It actually generates device code for Intel Graphics.Proposals:
spir64withspirv64spir64_x86_64withx86_64or perhapsaot_x86_64spir64_fpgawithfpgaor perhapsaot_fpgaspir64_genwithintel_graphics/aot_intel_graphicsor something similar.Beta Was this translation helpful? Give feedback.
All reactions