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
However, that only works with the generic cuSPARSE APIs, is why we're defaulting to 32-bit indices. That also means a bunch of functionality will probably not work.
maleadt
changed the title
CUSPARSE sparse matrix creator results in InexactError due to Int32 indices
Default to sparse arrays with 64-bits indices
Jul 29, 2023
MWE:
In my actual use case, my matrix was not even 2^32 large, it was close to 2^28, but I still get the same
InexactError
. Specifically:Anyways, is there a way to force CUSAPRSE to use
Int64
?Here's the traceback for
InexactError
:The text was updated successfully, but these errors were encountered: