-
Notifications
You must be signed in to change notification settings - Fork 36
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
ubuntu 16.04+g++ (Ubuntu 4.9.3-13ubuntu2) 4.9.3 #57
Comments
@CNugteren Could you help me ? |
This can be an OpenCL issue. Did you manage to run other OpenCL programs properly on your machine? What does |
Thank you for your replay. My PC's information as follows: `clinfo Platform Name NVIDIA CUDA Platform Name Intel(R) CPU Runtime for OpenCL(TM) Applications Platform Name NVIDIA CUDA NULL platform behavior and ~/OCL/CLTune-master/build$ make ./sample_simple ` |
Thanks for the additional info. I can't see what would go wrong. A few things you can try:
BTW, you haven't answered whether other OpenCL programs work with your set-up. So it might not be related to CLTune nor the sample program you are running at all! |
Please help me , the gdb log as follows: ~/OCL/CLTune-2.7.0/samples/simple$ gdb ./simple core GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 |
May this code resulting in this bug. cltune::Tuner tuner(size_t{0}, size_t{0}); |
I would suggest to compile CLTune in debug mode to get a bit more meaningful trace :-) |
I make install success , but when I run this program.
./sample_simple
Segmentation fault (core dumped)
Why?
The text was updated successfully, but these errors were encountered: