Running computecpp-sdk/samples/monte-carlo-pi, I get an exception
Error: [ComputeCpp:RT0001] CL_INVALID_KERNEL_ARGS error executing CL_COMMAND_NDRANGE_KERNEL on GeForce GTX TITAN X (Device 0).
There is an exception in the kernel
Error: [ComputeCpp:RT0208] Failed to enqueue OpenCL command (clEnqueueNDRangeKernel)
To make this exception visible, I needed to insert a queue.wait_and_throw() after the submit command.
I am running computecpp-v2.1.0 and CUDA-v11.0 on the aforementioned GeForce GTX TITAN X