-
Notifications
You must be signed in to change notification settings - Fork 113
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
[PROTOTYPE] Generalized two pass algorithm and copy_if #1700
[PROTOTYPE] Generalized two pass algorithm and copy_if #1700
Commits on Jul 12, 2024
-
removing vestigial __is_full_block
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 9d6b54a - Browse repository at this point
Copy the full SHA 9d6b54aView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for ba409fb - Browse repository at this point
Copy the full SHA ba409fbView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d182e7b - Browse repository at this point
Copy the full SHA d182e7bView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for eeb062f - Browse repository at this point
Copy the full SHA eeb062fView commit details -
switch to __result_and_scratch_space
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 329272b - Browse repository at this point
Copy the full SHA 329272bView commit details -
copy_if non-range (TODO fix tuple stuff)
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d819481 - Browse repository at this point
Copy the full SHA d819481View commit details -
copy_if changes (currently broken)
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 10bfffd - Browse repository at this point
Copy the full SHA 10bfffdView commit details
Commits on Jul 14, 2024
-
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 70dd06d - Browse repository at this point
Copy the full SHA 70dd06dView commit details
Commits on Jul 15, 2024
-
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c958e5b - Browse repository at this point
Copy the full SHA c958e5bView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 56ece5e - Browse repository at this point
Copy the full SHA 56ece5eView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for edbae46 - Browse repository at this point
Copy the full SHA edbae46View commit details -
removing now-erroneous inclusive/exclusive differences
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 2b73cdd - Browse repository at this point
Copy the full SHA 2b73cddView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b5118d7 - Browse repository at this point
Copy the full SHA b5118d7View commit details
Commits on Jul 16, 2024
-
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for fd4af6b - Browse repository at this point
Copy the full SHA fd4af6bView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d9fbc4c - Browse repository at this point
Copy the full SHA d9fbc4cView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4b6cc1c - Browse repository at this point
Copy the full SHA 4b6cc1cView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for de55743 - Browse repository at this point
Copy the full SHA de55743View commit details -
minimizing usage of __scan_pred
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for da8574e - Browse repository at this point
Copy the full SHA da8574eView commit details -
adding comments for generalized scan helpers
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for ca23212 - Browse repository at this point
Copy the full SHA ca23212View commit details -
Revert "minimizing usage of __scan_pred"
This reverts commit da8574e.
Configuration menu - View commit details
-
Copy full SHA for dc16033 - Browse repository at this point
Copy the full SHA dc16033View commit details -
reverting changes to range API (will handle later with changes to usa…
…ges of __parallel_transform_scan_base) Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for fc5a931 - Browse repository at this point
Copy the full SHA fc5a931View commit details -
improve type deduction with invoke_result
Co-authored-by: Adam Fidel <110841220+adamfidel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70763ad - Browse repository at this point
Copy the full SHA 70763adView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 891b802 - Browse repository at this point
Copy the full SHA 891b802View commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 07bcd8b - Browse repository at this point
Copy the full SHA 07bcd8bView commit details -
restoring decay_t lost in invoke_result change
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 559e9d5 - Browse repository at this point
Copy the full SHA 559e9d5View commit details
Commits on Jul 17, 2024
-
bugfix for zip iterator inputs
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 6e71ad8 - Browse repository at this point
Copy the full SHA 6e71ad8View commit details -
type fixes to adhere to specification
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 42056c7 - Browse repository at this point
Copy the full SHA 42056c7View commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4b39c0b - Browse repository at this point
Copy the full SHA 4b39c0bView commit details -
[PROTOTYPE] Fallback to legacy scan implementation if underlying init…
… type is not trivially copyable (#1707) Signed-off-by: Matthew Michel <matthew.michel@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 70413da - Browse repository at this point
Copy the full SHA 70413daView commit details -
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 530ec43 - Browse repository at this point
Copy the full SHA 530ec43View commit details -
type / variable naming and clang-format
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d072968 - Browse repository at this point
Copy the full SHA d072968View commit details -
remove redundant future (parallel_transform_reduce_then_scan returns …
…a future already) Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c787091 - Browse repository at this point
Copy the full SHA c787091View commit details -
Revert "remove redundant future (parallel_transform_reduce_then_scan …
…returns a future already)" This reverts commit c787091.
Configuration menu - View commit details
-
Copy full SHA for 82c87c9 - Browse repository at this point
Copy the full SHA 82c87c9View commit details