cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jstier
Journeyman III

DOS Shell poping up on clBuildProgram

He,

We are building a windows app and on every call to clBuildProgram a DOS shell pops up for a while and then disappears. Are we linking something in the wrong way?

Also, is it correct that clCreateImage3D will not work with channel type CL_UNORM_16 and channel order GL_INTENSITY. What would be the appropriate format to load a 3D density set (i.e. dat file)?

J

 

----------

OpenCL Studio (www.opencldev.com)

 

0 Likes
4 Replies
omkaranathan
Adept I

We are building a windows app and on every call to clBuildProgram a DOS shell pops up for a while and then disappears. Are we linking something in the wrong way?

Is it C++ code? Could you provide a testcase to reproduce the issue?



Also, is it correct that clCreateImage3D will not work with channel type CL_UNORM_16 and channel order GL_INTENSITY. What would be the appropriate format to load a 3D density set (i.e. dat file)?

You can use clGetSupportedImageFormats() API call to get the supported channel type and order.

0 Likes

http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=136672

http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=125559 

omkaranathan,

Will the console window popup issue be fixed in the next release?

I supplied a test case 5 months ago in the second thread (linked above)

0 Likes

chris,

As Micah mentioned there, we are looking into the issue. I'm afraid I don't have a timeline for you at the moment.

0 Likes
n_treutner
Journeyman III

i got the same popup-thing with a C++, environment.

i just ignored it until now, but it would be nice to see a solution.

 

my testcase would be the helloworld-example, i guess.

0 Likes