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
[MLIR][NVVM] Reduce the scope of the LLVM_HAS_NVPTX_TARGET guard
Most of the code here does not depend on the NVPTX target. In particular
the simple offload can just emit LLVM IR and we can use this without
the NVVM backend being built, which can be useful for a frontend that
just need to serialize the IR and leave it up to the runtime to JIT
further.
0 commit comments