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
Describe the TDebt
We have currently implemented an inefficient conversion and scaling of a int16 vector to float32 by iterating over each element and dividing it by scaling factor.
Additional context
We should instead make use of ippsConvert_16s32f_Sfs / nppsConvert_16s32f_Sfs
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered:
Describe the TDebt
We have currently implemented an inefficient conversion and scaling of a int16 vector to float32 by iterating over each element and dividing it by scaling factor.
Additional context
We should instead make use of ippsConvert_16s32f_Sfs / nppsConvert_16s32f_Sfs
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered: