Skip to content

Tensors can now be scaled.#4

Open
springer13 wants to merge 1 commit into
ap-hynninen:masterfrom
springer13:master
Open

Tensors can now be scaled.#4
springer13 wants to merge 1 commit into
ap-hynninen:masterfrom
springer13:master

Conversation

@springer13
Copy link
Copy Markdown

cuTT now supports tensor transpositions of the form:
B_\perm(i0, i1, ...) = alpha * A_{i0,i1,...} + beta * B_\perm(i0,i1,...)
with alpha and beta being scalars.

TODO: support for alpha and beta in the case of a simple copy (i.e., perm = identity) is still missing

cuTT now supports tensor transpositions of the form:
     B_\perm(i0, i1, ...) = alpha * A_{i0,i1,...} + beta * B_\perm(i0,i1,...)
with alpha and beta being scalars.

TODO: support for alpha and beta in the case of a simple copy (i.e., perm = identity) is still missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant