NWChemEx / TensorWrapper

A type-erased wrapper around various tensor backends
https://nwchemex.github.io/TensorWrapper/
Apache License 2.0
0 stars 0 forks source link

Allocator #179

Closed ryanmrichard closed 2 months ago

ryanmrichard commented 2 months ago

Is this pull request associated with an issue(s)? No

Description This class starts the allocator component of TensorWrapper. It also adds the first allocator, which is capable of creating Eigen tensors.

TODOs R2g if CI passes.