Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment from TensorMap wrapping a const type #94

Merged
merged 1 commit into from
May 30, 2020

Commits on May 30, 2020

  1. Support assignment from TensorMap wrapping a const type to a `Ten…

    …sor` storing non-`const`
    
    * Add test that copy-assigns to a `Tensor` from a `TensorMap` wrapping an array of `const`-qualified data.
    * Missing inline declaration for a `maskstore` overload causing "multiple definition of `Fastor::maskstore`" errors.
    * Use destination type (i.e. non-const) to construct `SIMDVector` in `eval` functions, otherwise we get "assignment of read-only location" errors.
    * Don't `const`-qualify destination tensor in `assign`, otherwise overload resolution of called `trivial_assign` fails.
    feltech committed May 30, 2020
    Configuration menu
    Copy the full SHA
    d1274da View commit details
    Browse the repository at this point in the history