Created by: ysh329
Fix OpenCL API/Backend misc.
- clean code;
- change
cl::Kernel
from unique to shared ptr; -
reset
cl::Program
andclear
device_info_
in destroyed of CLRuntime; - remove clFlush in destroyed of CLRuntime.
Created by: ysh329
Fix OpenCL API/Backend misc.
cl::Kernel
from unique to shared ptr;reset
cl::Program
and clear
device_info_
in destroyed of CLRuntime;