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

[Draft] Opencl lz4 #3900

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

[Draft] Opencl lz4 #3900

wants to merge 22 commits into from

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    ec6c59e View commit details
    Browse the repository at this point in the history
  2. work in progress ...

    kif committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f635fcd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix code compilation

    kif committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    903cd48 View commit details
    Browse the repository at this point in the history
  2. WIP

    kif committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    324176d View commit details
    Browse the repository at this point in the history
  3. fix compaction of segments

    kif committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    83ab182 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. multipass segment extraction works almost ...

    issue in spotting the end of loop.
    kif committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ec4d9eb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    39675ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30155e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Write LZ4 works

    Multi-block WIP
    kif committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a06570d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    41fa5d2 View commit details
    Browse the repository at this point in the history
  2. start sclae up to larger problems

    kif committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    315dabc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    0cdac0e View commit details
    Browse the repository at this point in the history
  2. output is not used

    kif committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b7c6c3a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Validate the writer

    Second stage of the compressor
    kif committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6862efb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix the segment_compaction part.

    works under nvidia GPU with 80k of data.
    kif committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c887ff0 View commit details
    Browse the repository at this point in the history
  2. all profiling times in ms

    kif committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    52658d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 24, 2023

  1. WIP

    kif committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6ffe4c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. almost working

    kif committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1c4475b View commit details
    Browse the repository at this point in the history
  2. add event

    kif committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bda0a5f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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