pub fn noop<T, P, G, B>(
pointer: P,
grid_size: G,
block_size: B,
stream: &Stream
) -> Result<()> where
P: Into<LaunchablePtr<T>>,
T: DeviceCopy,
G: Into<GridSize>,
B: Into<BlockSize>,
Expand description
Launches an empty GPU kernel that does nothing.