Skip to content

[REQ] Add opt-in setting to enable builtin approximates for wp.inverse and wp.division #1199

@sarichardson-nv

Description

@sarichardson-nv

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)

Metadata

Metadata

Assignees

Labels

feature requestRequest for something to be added

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions