Added NV OpenCL extensions.

This commit is contained in:
Ioannis Tsakpinis 2010-09-30 19:04:25 +00:00
parent eab30c3976
commit 662abf403b
5 changed files with 130 additions and 0 deletions

View file

@ -94,6 +94,7 @@ public class HelloOpenCL {
printDeviceInfo(device, "CL_DRIVER_VERSION", CL_DRIVER_VERSION);
printDeviceInfo(device, "CL_DEVICE_PROFILE", CL_DEVICE_PROFILE);
printDeviceInfo(device, "CL_DEVICE_VERSION", CL_DEVICE_VERSION);
printDeviceInfo(device, "CL_DEVICE_EXTENSIONS", CL_DEVICE_EXTENSIONS);
if ( caps.OpenCL11 )
printDeviceInfo(device, "CL_DEVICE_OPENCL_C_VERSION", CL_DEVICE_OPENCL_C_VERSION);