Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

csrcoo garbles unsorted complex16 matrices

Paul_F_
Beginner
364 Views

While using csrcoo to convert an unsorted (rows and colums) complex16 (double precision complex) matrix from COO to CSR using the option to sort the columns in the output, I discovered the array of matrix values gets garbled during the sort. The same operation appears to work if the input is already sorted, or using any other data type.

I'm guessing there's something wrong in how it handles swapping/gathering the data in the value arrray. Can anyone confirm?

0 Kudos
1 Reply
Zhang_Z_Intel
Employee
364 Views

Hey, this is a duplicate topic. Please follow discussions in the other thread: http://software.intel.com/en-us/forums/topic/375484.

0 Kudos
Reply