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

FIX-896: product type in algo support #943

Merged
merged 7 commits into from
Sep 13, 2021

Conversation

DenisYaroshevskiy
Copy link
Collaborator

@DenisYaroshevskiy DenisYaroshevskiy commented Sep 13, 2021

  • No more traits controlling the type in preprocess range. The way to go is to eve::algo::convert(rng, eve::as<T>{})
  • Now we can do the basic conversions for zip iterators, at least from flat to a complex product type. Enough for soa_vector
  • Supported passing constants in reduce as zero. But not as init, that's a bit trickier. Will fix in: [BUG] type selection for inclusive_scan/reduce #938

Closes: #880, and #896

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.

[BUG] Using zip and common_with_types
2 participants