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

long double support for MKL

Gagan
Beginner
358 Views

i have just started going down this rabbit hole, but if the MKL team inspects and tests my most recent test case data, they should be able to understand why i'd want this type.

 

i have noticed that, for "fresh" computations, the eigensolver would occasionally could take up to twice the time than when reading the doubles written to file just before via fwrite.

 

i then realised it's because there must be some part of the computation that has higher precision when it remains in main memory, and this is lost when written.

 

then it all made sense with x87, which leads me to believe this precision occasionally 'trickles' into the double, and thus takes almost twice as long.

 

in future releases, would the team consider adding long double support to MKL? i find it sort of unusual intel hasn't accommodated this type for a precision-focused API like MKL because it's an intel-only advantage and i don't see why its users shouldn't benefit.

 

it would be cool to have this support.

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
299 Views

yes, in the future we will consider such request but there are ETA on this matter.


View solution in original post

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
300 Views

yes, in the future we will consider such request but there are ETA on this matter.


0 Kudos
Reply