jstier
October 25, 2010, 11:37pm
1
Hi,
This is along the same lines as my previous post. clBuildProgram does not return with the following kernel on a GTX 280 driver version 8.17.12.6099.
[codebox]__kernel void clKernel(__write_only image3d_t iDest)
{
size_t x = get_global_id(0);
size_t y = get_global_id(1);
size_t z = get_global_id(1);
size_t w = get_global_size(0);
}
[/codebox]
jstier
October 25, 2010, 11:37pm
2
Hi,
This is along the same lines as my previous post. clBuildProgram does not return with the following kernel on a GTX 280 driver version 8.17.12.6099.
[codebox]__kernel void clKernel(__write_only image3d_t iDest)
{
size_t x = get_global_id(0);
size_t y = get_global_id(1);
size_t z = get_global_id(1);
size_t w = get_global_size(0);
}
[/codebox]
Hi,
This is along the same lines as my previous post. clBuildProgram does not return with the following kernel on a GTX 280 driver version 8.17.12.6099.
[codebox]__kernel void clKernel(__write_only image3d_t iDest)
{
size_t x = get_global_id(0);
size_t y = get_global_id(1);
size_t z = get_global_id(1);
size_t w = get_global_size(0);
}
[/codebox]
Hi jstier,
Can you create a ‘sample’ in a small VC2008 project and send everything to krys@polarlights.net or attach it here ? I will add this bug in the NVidia database.
Thx
Hi,
This is along the same lines as my previous post. clBuildProgram does not return with the following kernel on a GTX 280 driver version 8.17.12.6099.
[codebox]__kernel void clKernel(__write_only image3d_t iDest)
{
size_t x = get_global_id(0);
size_t y = get_global_id(1);
size_t z = get_global_id(1);
size_t w = get_global_size(0);
}
[/codebox]
Hi jstier,
Can you create a ‘sample’ in a small VC2008 project and send everything to krys@polarlights.net or attach it here ? I will add this bug in the NVidia database.
Thx