Open kcgthb opened 7 years ago
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. dig.cu.zip
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?