cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

tgm
Journeyman III

stream copy

Is there any efficient implementation of stream copy, i.e.

kernel void streamCopy(float4 a<>,out float4 b<>

{

b=a;

}

0 Likes
0 Replies