【发布时间】:2017-12-16 07:09:48
【问题描述】:
cudaCreateChannelDesc(int x, int y, int z, int w, enum cudaChannelFormatKind f);
现在我有一个示例代码: cudaCreateChannelDesc(32, 0, 0, 0, cudaChannelFormatKindFloat);
我不知道为什么 x=32,y=z=w=0。有人可以帮我吗?
【问题讨论】:
-
欢迎来到 StackOverflow!请阅读how to ask。你从哪里得到你的例子,你想达到什么目标?