Thales Sabino

Results 14 comments of Thales Sabino

Hi, thanks for the reply. Yes, I did reboot my machine recently, in fact, I just rebooted it to make sure. I also tried running with Administrator permissions but I...

Interesting, upgrading my GPU driver to `27.20.100.8190` seems to do the trick

Actually I spoke too soon. It turns out that everything works file after a reboot, however, if I interrupt a debug session, I will get the same error and other...

Here is a screen capture showing the problem inside Visual Studio. What happens in the video https://www.youtube.com/watch?v=O4iBnyq9U9Y 1. Machine just rebooted 1. Visual Studio debugging session with the code [found...

@rasmysamy could you please post here the complete command used to build your project? You can get this by running `make VERBOSE=1` if using makefiles or `ninja -v` if using...

I noticed that there isn't a call to `compute++` in your list of commands, so I went back to your CMake and I remember that you need to add `SOURCES`...

Good catch, we will try to fix the documentation as soon as possible. > It might also be useful to add an error message to FindComputeCpp. This is a tricky...