Hello,
How can I disable this kind of messages in the cuda-gdb console:
[Launch of CUDA Kernel 79 (thrust::detail::backend::cuda::detail::launch_closure_by_value<thrust::
detail::backend::cuda::unordered_reduce_closure<thrust::transform_iterator<square<float>,
thrust::detail::normal_iterator<thrust::device_ptr<float> >, float, thrust::use_default>, long, float,
thrust::detail::normal_iterator<thrust::device_ptr<float> >, thrust::plus<float> > ><<<(1,1,1),
(405,1,1)>>>) on Device 0]
I have tried with
(gdb) set print thread-events off
but with no success so far.
Thanks