We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4) $ cd profanity2
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)/profanity2 (master) $ ls ArgParser.hpp Makefile SpeedSample.cpp keccak.cl profanity.cl CLMemory.hpp Mode.cpp SpeedSample.hpp lexical_cast.hpp profanity.cpp Dispatcher.cpp Mode.hpp help.hpp precomp.cpp types.hpp Dispatcher.hpp README.md img/ precomp.hpp
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)/profanity2 (master) $ g++ profanity.cpp profanity.cpp:16:10: fatal error: CL/cl.h: No such file or directory 16 | #include <CL/cl.h> | ^~~~~~~~~ compilation terminated.
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)/profanity2 (master)
The text was updated successfully, but these errors were encountered:
On debian-like systems do sudo apt-get install opencl-headers
sudo apt-get install opencl-headers
Sorry, something went wrong.
try https://github.com/bolabola/profanity2
Thank you, sir,I have a question, when I execute profanity2. exe, the prompt is as shown in the figure. Do you know the reason for this? thanks.
No branches or pull requests
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)
$ cd profanity2
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)/profanity2 (master)
$ ls
ArgParser.hpp Makefile SpeedSample.cpp keccak.cl profanity.cl
CLMemory.hpp Mode.cpp SpeedSample.hpp lexical_cast.hpp profanity.cpp
Dispatcher.cpp Mode.hpp help.hpp precomp.cpp types.hpp
Dispatcher.hpp README.md img/ precomp.hpp
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)/profanity2 (master)
$ g++ profanity.cpp
profanity.cpp:16:10: fatal error: CL/cl.h: No such file or directory
16 | #include <CL/cl.h>
| ^~~~~~~~~
compilation terminated.
Administrator@WIN-9UDRVPAB9FG MINGW64 ~/Desktop/New folder (4)/profanity2 (master)
The text was updated successfully, but these errors were encountered: