-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIT alternative #540
Comments
What issues are you having with the JIT code? Do you wish to remove the See the Compilation Modes article. You can pass |
Yes, ideally i wish to remove numba dependency completely. Im trying to use galois with nuika which does not play well with numba as the JIT compile requires bytecode which nuitka does not provide. I tried passing compile="python-calculate" but instead get an error of mode must be in jit-calculate for GF(2). Is there a way around this from galois end? |
@na3na3na this feature was just released in v0.3.10. Let me know if it works for you. |
Hello,
Galois package has been very useful but I am having issues with the JIT compiled code using numba. Is there a way to turn the JIT compiling off using numba easily? Also, could you point me to where you are using numba for calculating rref and rank in _linalg?
Im aware i will be sacrificing speed but im mainly interested in the fields arithmetic only.
Thanks!
The text was updated successfully, but these errors were encountered: