quda icon indicating copy to clipboard operation
quda copied to clipboard

The function `polarSu3` uses `sincos` instead of `sincospi`

Open weinbe2 opened this issue 1 year ago • 0 comments

As the title notes, the function polarSu3 in su3_project.cuh uses a quda::sincos call here: https://github.com/lattice/quda/blob/develop/include/su3_project.cuh#L106

This could be replaced with a sincospi, improving performance and reducing/eliminating the stack frame in some routines that utilize it.

weinbe2 avatar Feb 01 '24 21:02 weinbe2