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

Implement XTensor support in core. #976

Merged
merged 3 commits into from
May 24, 2024
Merged

Implement XTensor support in core. #976

merged 3 commits into from
May 24, 2024

Commits on May 23, 2024

  1. Implement XTensor support in core.

    Adds support for `xt::xtensor`, `xt::xarray` and `xt::xview`, both row
    and column major. This works by wrapping the internal row-major with
    `xt::adapt`. Therefore, the `T` in `xt::xtensor<T, ...>` must be scalar
    (trivial).
    1uc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3192c1d View commit details
    Browse the repository at this point in the history
  2. Solve NOMINMAX differently.

    1uc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    af025e7 View commit details
    Browse the repository at this point in the history
  3. fixup: improve error message.

    1uc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    93670a6 View commit details
    Browse the repository at this point in the history