Public Gists by bloodsplatter

Gravatar
Sat Nov 07 01:59:13 -0800 2009
1
2
3
kernel void matrixTranspose( global float *a, global float *b, constant float *c, constant int size )
{
int idx = get_global_id(0);
Gravatar
Fri Nov 06 08:13:44 -0800 2009
1
2
3
/********************************************************************
* sample.cu
* This is a example of the CUDA program.