Launch exceeded timeout in CUDA queue copy_from_device

Hello, anyone familiar with this CUDA timeout error ?

Launch exceeded timeout in CUDA queue copy_from_device(integrator_intersect_closest)
Error: Launch exceeded timeout in CUDA queue copy_from_device (integrator_shade_surface integrator_sorted_paths_array prefix_sum)

This page mentioned a solution by increasing time-out, here’s the steps. But it seems to be a temporal solution.

Hello,
as far as I know, there is no other solution to this yet. The proper way would be to use the GPU for rendering only, and don’t drive the display with it as well.