View Single Post
Old 8th January 2015, 18:59   #69  |  Link
Khanattila
Registered User
 
Khanattila's Avatar
 
Join Date: Nov 2014
Posts: 440
Quote:
Originally Posted by Groucho2004 View Post
Log file:
"Language version specified by -cl-std is greater than the language version supported by the device!"
Fixed, just re-download.

Code:
 If the -cl-std build option is not specified, the CL_DEVICE_OPENCL_C_VERSION is used to select the version of OpenCL C to be used when building the program executable for each device.
Thanks Nvidia.

In this version (0.4.0) I have specified -cl-std 1.1 because AMD support OpenCL >1.2 and could create problems. With legacy = true this check is now disabled.
Khanattila is offline   Reply With Quote