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

Add masking interface, filtering kernel, and an example of filtering use #12

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

Conversation

gprabowski
Copy link

We have created an implementation of high speed raw data filtering algorithm and this accommodation allows meta-json-parser to use this filtering stage in a plug-in fashion (plugging it as example in meta_cudf.cu:254)

This probably won't be the final version, but provides a filtering interface for python binding created

@gprabowski
Copy link
Author

In the newest commit I added filtering interface use. @abstrackt will soon provide a repo with instruction on how to generate a filtering cascade, which is placed in the cascade.hpp config file. This completes all changes that were to be made during the fitering project.

@gprabowski gprabowski changed the title First suggestion for adding a masking interface for input Add masking interface, filtering kernel, and example of filtering use Aug 12, 2023
@gprabowski gprabowski changed the title Add masking interface, filtering kernel, and example of filtering use Add masking interface, filtering kernel, and an example of filtering use Aug 12, 2023
@abstrackt
Copy link

Cascade generation tool is available at https://github.com/abstrackt/cascade-generation, see README for usage instructions.

This implementation covers thread per json and block
per json filters
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.

3 participants