Chinaunix首页 | 论坛 | 博客
  • 博客访问: 40181
  • 博文数量: 13
  • 博客积分: 1400
  • 博客等级: 上尉
  • 技术积分: 165
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-12 14:18
文章分类

全部博文(13)

文章存档

2011年(1)

2010年(3)

2009年(4)

2008年(5)

我的朋友

分类:

2009-08-03 14:23:16

在CUDA的编程指南《NVIDIA CUDA Programming Guide》有下面一段关于texture绑定空间大小的说明:“For a texture reference bound to a two-dimensional CUDA array, the maximum width is 2^16 and the maximum height is 2^15”(2^16:2的16次方,2^15:2的15次方),但是我在实践测试中发现the maximum width不是2^16而是2^15。
阅读(714) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~