Home
last modified time | relevance | path

Searched refs:deviceHostUnified (Results 1 – 2 of 2) sorted by relevance

/dports/math/clfft/clFFT-2.12.2/src/callback-client/
H A DopenCL.misc.cpp149 cl_bool deviceHostUnified = 0; in prettyPrintDeviceInfo() local
150 …clGetDeviceInfo( dId, CL_DEVICE_HOST_UNIFIED_MEMORY, sizeof( cl_bool ), &deviceHostUnified, NULL ), in prettyPrintDeviceInfo()
200 …< std::setw( indent ) << " CL_DEVICE_HOST_UNIFIED_MEMORY: " << ( deviceHostUnified ? "TRUE": "F… in prettyPrintDeviceInfo()
/dports/math/clfft/clFFT-2.12.2/src/client/
H A DopenCL.misc.cpp149 cl_bool deviceHostUnified = 0; in prettyPrintDeviceInfo() local
150 …clGetDeviceInfo( dId, CL_DEVICE_HOST_UNIFIED_MEMORY, sizeof( cl_bool ), &deviceHostUnified, NULL ), in prettyPrintDeviceInfo()
200 …< std::setw( indent ) << " CL_DEVICE_HOST_UNIFIED_MEMORY: " << ( deviceHostUnified ? "TRUE": "F… in prettyPrintDeviceInfo()