-
Notifications
You must be signed in to change notification settings - Fork 56
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
TensorOperations.jl
does not seem to support 32-bit Julia?
#123
Comments
Can I infer correctly that you have 64 GB of memory on your machine? But you still use a 32-bit version of Julia. How does that work exactly? |
I only have 16 GB of memory on my machine. My system is a 64-bit Windows, but I wanted to try out the 32-bit Julia version. |
Oh right, I misinterpreted one line of my code (which could be improved). Still, 32bit would theoretically only allow 4GB of memory. Can you confirm that |
Yes. I can confirm that on my machine, even when running a 32-bit Julia, |
Ok, to fully support this, I would need to change a number of |
Since I don't have a 32-bit julia installation at hand, what is the value of something like |
For |
I tried to install the package on a 32-bit Julia and got the precompile error message:
The text was updated successfully, but these errors were encountered: