select from WMI?
dunno exactly with OpenCL, but to retrieve all GPUs - https://www.google.com/search?q=ManagementObjectSearcher%28%22SELECT+*+FROM+Win32_VideoController%22%29&ie=utf-8&oe=utf-8
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./sgminer --algorithm darkcoin --queue 0 --scan-time 5 --no-submit-stale
-o stratum+tcp://xyz -u ABCD.1 -p x -g 1 --intensity 7 -w 256 --thread-concurrency 4096 --shaders 256
./aes_helper.cl:188:12: error: OpenCL does not support the 'static' storage class specifier
./aes_helper.cl:255:12: error: OpenCL does not support the 'static' storage class specifier
./aes_helper.cl:322:12: error: OpenCL does not support the 'static' storage class specifier
....
input.cl:215:18: error: invalid reinterpretation: sizes of 'uchar8' (vector of 8 'uchar' values) and
'sph_u64' (aka 'unsigned long long') must match
input.cl:91:27: note: expanded from macro 'SWAP8'
/usr/include/clc/as_type.h:42:22: note: expanded from macro 'as_uchar8'
/usr/include/clc/as_type.h:8:38: note: expanded from macro 'as_ulong'
input.cl:216:18: error: invalid reinterpretation: sizes of 'uchar8' (vector of 8 'uchar' values) and
'sph_u64' (aka 'unsigned long long') must match
input.cl:91:27: note: expanded from macro 'SWAP8'
/usr/include/clc/as_type.h:42:22: note: expanded from macro 'as_uchar8'
....