-
Notifications
You must be signed in to change notification settings - Fork 99
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
GPU threading #28
Comments
I have also had the issue where there is various methods that are referenced from CUDA but have not been included |
I'm pretty sure that dig.cu was not included for a few reasons, but the most valid one now is that it was coded over a decade ago (around the CUDA 1.0 release) and would certainly no longer work. Apparently we never cleaned up the many references to it. |
Here's the file in case it can be of use. |
Ah, thank you very much. I am attempting to implement GPU header/footer search myself. This will hopefully give me a better foothold if I wanted to include it to Scalpel |
Hi there!
It looks like some sources files are missing to enable GPU threading. Namely,
dig.cu
is not in the repo. Is it intentional?The text was updated successfully, but these errors were encountered: