Wired Problem: GPU throws "OUT_OF_RESOURCES" for any programs

Whatever program I ran on GPU, even if programs that ran successfully before, my GPU throws this error: CL_OUT_OF_RESOURCES for the clEnqueueReadBuffer function. Meanwhile these programs can be successfully ran on CPU.

Then I remembered that I tried to run a deep learning framework on GPU which crashed. I tried to restart the computer, but it doesn’t work.

Is it possible that the deep learning framework I ran caused some bugs in the driver? BTW, I ran OpenCL programs on Intel HD graphics and Intel MediaSDK.

If so, how should I solve this problem?