NVIDIA / MatX

An efficient C++17 GPU numerical computing library with Python-like syntax

Home Page:https://nvidia.github.io/MatX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] inv() stomps on input

cliffburdick opened this issue · comments

inv() uses the cublas LU decomp methods, which stomp on the input. To keep the API the same as others we should make an async copy of the data before the inverse.