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

Update master to most recent dev #54

Merged
merged 75 commits into from
May 30, 2024
Merged

Update master to most recent dev #54

merged 75 commits into from
May 30, 2024

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    1028c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    07d1ee4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    922d248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec8da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef9466 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fix to warp wide erase

    kstppd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dae6d11 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    57116ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b1d99 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add prefetching to stream compactions and fix issue where compactions…

    … would slow down following calls to hashmap ops.
    kstppd committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e63a493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d21a3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3afb0ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1e3eda View commit details
    Browse the repository at this point in the history
  5. removed one comment

    markusbattarbee committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a7dde83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    453542a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19a344a View commit details
    Browse the repository at this point in the history
  8. Fix copy-paste error

    markusbattarbee committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b24806a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #37 from markusbattarbee/markus_fix

    overloads, streams, new accessors, fixes
    kstppd authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    913ab95 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    e0c4392 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from markusbattarbee/fix_lumni_nodiscard

    Fix lumi nodiscard
    kstppd authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6e964cd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f266573 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    4b360ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d152c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    e6f1ad3 View commit details
    Browse the repository at this point in the history
  2. Remove sync

    kstppd committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    99f0c52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602108c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge pull request #48 from kstppd/fasterCompactions

    Faster compactions for up to 1024 elements
    kstppd authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ce93cb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Remove forgotten optimize call and add conditional prefetches to retr…

    …ieve and erase methods
    kstppd committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9e0a83c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    a980b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6628a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d641b49 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    28d6cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376e9f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    3cf6b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1968e14 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    5e4590d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3f214f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4d280 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    859b2e7 View commit details
    Browse the repository at this point in the history
  2. Fix namespace issue with Blocksize in new loop variant compactions. A…

    …dd a unit test for the new methods.
    kstppd committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    99d285a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d6c1c View commit details
    Browse the repository at this point in the history
  4. Namespace fixes; change loop reduction resize to be only required ins…

    …tead of blockSize increments
    markusbattarbee committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    05387e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91d5e6f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    cf28b06 View commit details
    Browse the repository at this point in the history
  2. Sync it.

    kstppd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1631477 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    b1b59d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge pull request #3 from kstppd/loop_variant_kp

    Fix test to use UM. Guard against loop reductions using host memory
    markusbattarbee authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    acee2ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from markusbattarbee/loop_reductions

    Tests ran offline but pass!
    kstppd authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a702a9b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    d2ea45f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    2400e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8daa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9d1a92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9943af0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from kstppd/in_kernel_fill_resets

    modify fill in-kernel to reduce paging back and forth
    kstppd authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    39c2d21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2896c0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    828e11f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    20dc6bc View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    59f7afa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    246ea19 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix include

    kstppd committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5bf1a0b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. automatically upload device_buckets when resizing. Made prefetches fl…

    …ag a template parameter. Streamlined device_rehash.
    markusbattarbee committed May 28, 2024
    Configuration menu
    Copy the full SHA
    03ebd10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45ccee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee32b91 View commit details
    Browse the repository at this point in the history
  4. Place GPU commands inside ifdefs to allow CPU mode again. Reverted de…

    …vice_rehash changes for now.
    markusbattarbee committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f45ff8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2f33e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bf8de0 View commit details
    Browse the repository at this point in the history
  7. Clang format pass

    kstppd committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0f57fdd View commit details
    Browse the repository at this point in the history
  8. Make device_pointer const

    kstppd committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d9379ec View commit details
    Browse the repository at this point in the history
  9. Few stylistic changed

    kstppd committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a2cf21f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    2cc5a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fafa6e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge pull request #4 from kstppd/fixes_premerge

    Fixes premerge
    markusbattarbee authored May 30, 2024
    Configuration menu
    Copy the full SHA
    cbb899a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc8472 View commit details
    Browse the repository at this point in the history
  3. Reverted alloc_multiplier behaviour in reserve, made upload() optimiz…

    …eGPU reside behind a templated parameter. Fine-tuned overwrite().
    markusbattarbee committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ba838da View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53 from markusbattarbee/device_resize_no_construct

    Device resize no construct
    kstppd authored May 30, 2024
    Configuration menu
    Copy the full SHA
    550be65 View commit details
    Browse the repository at this point in the history
  5. Clang format pass

    kstppd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5ecd282 View commit details
    Browse the repository at this point in the history