-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
dtype: NotImplementedError: float16 #263
Comments
Two questions:
|
|
Okay. Then let me give you a bit of background: I’ll try to get a reproducer for this and report it to the Numba team (who are responsible for this bug) but I suspect it will be a low priority. In the meantime, I suggest you don’t worry too much about memory footprint: The coordinates are stored as |
Thanks! |
xref numba/numba#4402 |
Hello, I am trying to reduce the memory footprint of the matrices containing small integers, and want to set the
dtype
tonp.int8
ornp.float16
.This is the error I get:
The text was updated successfully, but these errors were encountered: