cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Raistmer
Adept II

Kernel Execution : Error with input streams

is it possible to get more info about error?

App runs OK with CPU backend but fails to run on CAL backend.

errorLog() returned "Kernel Execution : Error with input streams

"

What typical reasons could lead to such situation?

 ADDON:

The kernel in question:

kernel void GPU_fetch_array_kernel(float src[],int src_offset,out float dest<>)
{
dest+=src[src_offset+instance().x];
}

 

 

0 Likes
20 Replies