Re: include - directive
Posted by
Michael Bien on
Aug 06, 2010; 5:06pm
URL: https://forum.jogamp.org/include-directive-tp1027281p1031032.html
What does the underscore mean in your case? Path seperator or
whitespace?
I prefer using simple String concatenation to create programs since
it ensures best portability. I haven't used the include mechanism
yet. But it should work... its completely jocl independent, all IO
is done by the OpenCL implementation.
-michael
On 08/06/2010 06:36 PM, Siassei [via jogamp] wrote:
The path to the opencl directory was
"/abc/ade sdgfe/opencl"
with
"/abc/ade_sdgfe/opencl"
works the opencl compiler. Is this a problem with the jocl
implementation or with the nvidia sdk?