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
I think an march parameter added to Model.compile() would make sense:
march=native: use host cpu architecture + all host cpu features.
march=<something else>: Use the specified architecture + all features available on this architecture (and newer). I'm not quite sure how to lookup the common CPU features for non-native architectures, but I will investigate.
Note to self: I seems like the llvmlite pip packages only ship the backends required for the local arch, hence there's no way to set-up lleaves as a proper cross-compiler.
It would be great if we could specify the instruction set when compiling and not necessarily compile for march=native.
The text was updated successfully, but these errors were encountered: