Description
Add an opt-in parameter: "use_rcp_approx", to disable/enable the explicit usage of the PTX intrinsic "div.approx" and "rcp.approx" for both FP32/FP64-based matrix inverses (wp.inverse) and division (wp.div).
i.e.
wp.div(a, b, use_rcp_approx = True)
wp.inverse(a, use_rcp_approx = True)
Description
Add an opt-in parameter: "use_rcp_approx", to disable/enable the explicit usage of the PTX intrinsic "div.approx" and "rcp.approx" for both FP32/FP64-based matrix inverses (wp.inverse) and division (wp.div).
i.e.
wp.div(a, b, use_rcp_approx = True)
wp.inverse(a, use_rcp_approx = True)