-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hello, I was wondering if CTF supported the 64-bit integer interface to MKL BLAS, LAPACK and ScaLAPACK for arrays with more than 2^31 - 1 elements. For extremely large tensors, this is even more important because a global ScaLAPACK descriptor using 32-bit ints limits the size of the global matrix, not just the local ones.
From what I can tell from the source, the wrappers make use of hard-coded int. Would it be possible to add a build directive to enable the ILP64 interface when building with MKL?
Metadata
Metadata
Assignees
Labels
No labels