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
Mojo can cross compile CPU and GPU targets, but the single wheels we
pull only have the configuration for the same OS / arch target (we could
support pulling 2 wheels for a single toolchain, but aren't right now).
Mojo cannot cross compile OS differences (linux -> macOS or macOS ->
linux) because of OS specific GPU libraries in the compiler. This
correctly reflects that in remote execution scenarios.
0 commit comments