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

Data Parallel Harpocrates Cipher, using SYCL #3

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

itzmeanjan
Copy link
Owner

Harpocrates being light-weight cipher which operates on 16 -bytes chunks independently, it's easy to parallelize it over a set of 16 -bytes chunks. Here I'm using SYCL for using multiple cores of CPU or targeting GPUs.

As base implementation of Harpocrates has zero-dependency on any other library, it's easy to compile that code to multi-core CPU, GPU or even FPGA executables.

More about SYCL here

@itzmeanjan
Copy link
Owner Author

Data-Parallel Harpocrates benchmark results on multiple platforms

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.

1 participant