added cuda examples
This commit is contained in:
8
examples_cuda/mandelbrot_tasks3d/task.ispc
Normal file
8
examples_cuda/mandelbrot_tasks3d/task.ispc
Normal file
@@ -0,0 +1,8 @@
|
||||
extern uniform int foo1();
|
||||
extern uniform int data[1024];
|
||||
|
||||
|
||||
void foo()
|
||||
{
|
||||
data[foo1()] = 0; //taskIndex;
|
||||
}
|
||||
Reference in New Issue
Block a user