Coder Social home page Coder Social logo

starflate's Introduction

starflate

Deflate on various hardware platforms

Set up

Should work on Linux and MacOS.

  • Install bazel or bazelisk

  • Verify that you can build and test:

bazel test //...

VS Code

Install the recommended extensions. See .vscode/extensions.json.

Auto-completion

Create a compilation database:

bazel build //... && bazel run @hedron_compile_commands//:refresh_all && bazel build //...

Then configure clangd. If you're using VS Code, the .vscode/settings does this for you, and .vscode/extensions.json already recommends installing the clangd extension.

Otherwise, copy the clangd args from the .vscode/settings.json.

Status

CI codecov

Done

  • Build Huffman code tables from given symbol frequencies.
  • Huffman decoding with C++ std lib.

TODO

  • Get SYCL building with bazel. Already have OpenSYCL building for CPU only here. Would be nicer to use intel's LLVM which supports lots of GPUs.
  • (maybe?) Implement LZ77 with C++ std lib.
  • Implement Deflate decompression with C++ std lib.
  • Port Deflate to SYCL.
  • Benchmark it on CPU.
  • Build system work to get it to run on GPU.
  • Benchmark it on GPU.

References

starflate's People

Contributors

cpsauer avatar garymm avatar oliverlee avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

cpsauer

starflate's Issues

rename project

gpu-deflate -> starflate

Will do it once there aren't any pending PRs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.