Open ProfFan opened 1 year ago
Removing all S4TF dependency will enable immediate revival of SwiftFusion since most codepath only use a fraction of the Tensor interface.
Tensor
Issues I have on file (TODO: file them as issues)
sin
swift-numerics
@differentiable
matmul
pinv
Possible solution directions:
supersedes #274
Removing all S4TF dependency will enable immediate revival of SwiftFusion since most codepath only use a fraction of the
Tensor
interface.Issues I have on file (TODO: file them as issues)
sin
needs replacement into their Swift-numerics counterpartswift-numerics
does not have@differentiable
, need custom VJPsmatmul
need hand implementationpinv
uses SVD in S4TF, need to be replacedPossible solution directions:
supersedes #274