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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Because otherwise RST are targetting Transpose{<:∇Scalar, Union(DenseArray, ...} (Similar for RSA).
Which will never occur in real code without manually costructing the Transpose
So ithink the only strided rules that are hit is: (RS, RS, 'N', 'C', :Ȳ, :B, 'C', 'N', :A, :Ȳ)
And i think the others are wrong also, because i get errors that say GEMM is being used wrong when i change them to be that.
The text was updated successfully, but these errors were encountered:
This file:
https://github.com/invenia/Nabla.jl/blob/4cadc87677fb1187354999dcf93bd528f45f85d0/src/sensitivities/linalg/strided.jl
it says:
But should say
Because otherwise
RST
are targettingTranspose{<:∇Scalar, Union(DenseArray, ...}
(Similar forRSA
).Which will never occur in real code without manually costructing the
Transpose
So ithink the only strided rules that are hit is:
(RS, RS, 'N', 'C', :Ȳ, :B, 'C', 'N', :A, :Ȳ)
And i think the others are wrong also, because i get errors that say GEMM is being used wrong when i change them to be that.
The text was updated successfully, but these errors were encountered: