Is there any way to display such Cuda8.0 samples as Mandelbrot ?

I am suffering from such Cuda8.0 samples as Mandelbrot execution problem.

[Developing Environment]
PC:Dell Vostro3668 i7-7700 3.6GHz
OS:Windows10Home
Cuda:Cuda8.0
OpenCV:OpenCV3.1
VS:VisualStudio2015
CMake:CMake3.10.0
GPU 0:intel(R)HD Graphics 630
GPU 1:NVIDIA Geforce GT710 (CC=3.5)

[Symptom]
(1)Such 3D Demo as Vulkan-Shadertoy>Geomechanical of Geeks GPU Caps Viewer 1.38.2.1 works.
(2)bandwidthTest works, deviceQuery works as well.
(3)\CUDA Samples\v8.0\2_Graphics\Mandelbrot\Mandelbrot_vs2015.sln is successfully built. But next message appear on the screen and disappear soon after debug execution.

Data initialization done.
Initializing GLUT…
OpenGL window created.
Creating GL texture…
Texture created.
Creating PBO…
CUDA error at Mandelbrot.cpp:978 code=46(cudaErrorDevicesUnavailable) “cudaGraphicsGLRegisterBuffer(&cuda_pbo_resource, gl_PBO, cudaGraphicsMapFlagsWriteDiscard)”

No Mandelbrot is displayed on the screen. I suppose it is a Cuda-OpenGL interop problem. But I have no way to solve it. Any help is welcome.

This forum supports the use of the NVIDIA GPU Cloud. Please post your question on the CUDA Programming and Performance forum at https://devtalk.nvidia.com/default/board/57/cuda-programming-and-performance/

By your advice, I’ve reposted above question on the CUDA Programming and Performance forum.