On 5/12/10, Kamran Karimi <[email protected]> wrote: > About the requirement of having an OpenCL SDK installed on volunteer > computers, I wonder if this is because of the app compiling the OpenCL > kernel at runtime. Maybe if the app uses a pre-compiled image of the > kernel then one can get away with the SDK not being present. This is > just a guess.
According to the OpenCL specification, OpenCL implementations *must* support compiling the kernel at runtime; you shouldn't need the SDK for that. The only exception is on embedded devices. -- Nicolas _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
