Skip to content

Conversation

@evaleev
Copy link
Member

@evaleev evaleev commented May 24, 2023

this is the first of several PRs that will provide support for binary products between nested (ToT) and plain tensors.

This PR provides:

  • support for Tensor<Tensor>::mult(Tensor<Scalar>)
  • traits for working with nested Tensors
  • support for nonstandard allocators in Tensor<T,A>
  • introduced Tensorial::at_ordinal() to disambiguate accessors by element index for order-1 tensorial objects (Tensor, TensorInterface, btas::Tensor, etc.)
  • custom element conversions by overloading TA::conversions::to
  • allow implicit conversion of real to complex tensors

@evaleev evaleev marked this pull request as draft May 24, 2023 12:16
@evaleev evaleev changed the title support ToT*T ops op(ToT, T): round 1 Aug 2, 2023
@evaleev evaleev added this to the release 1.1 milestone Aug 2, 2023
@evaleev evaleev marked this pull request as ready for review August 2, 2023 12:12
@evaleev evaleev changed the title op(ToT, T): round 1 ToT*T: round 1 Aug 2, 2023
@evaleev evaleev changed the title ToT*T: round 1 ToT*T: round 1 Aug 2, 2023
@evaleev evaleev merged commit af04dc5 into master Aug 2, 2023
@evaleev evaleev deleted the evaleev/feature/tot_times_t branch August 2, 2023 12:13
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.

2 participants