- UID
- 2230
- 阅读权限
- 60
- 居住地
- 浙江省
- 公司
- 浙江项中华影视器材有限公司
- 注册时间
- 2010-4-27
认证会员
TEL:13905865111
- 注册时间
- 2010-4-27
|

楼主 |
发表于 2015-2-21 22:25
|
显示全部楼层
本帖最后由 项中华 于 2015-2-21 22:27 编辑
问题原因:
Blender already ships a binary for earlier Maxwell GPUs (GTX 750 and 750Ti with compute capability 5.0) named kernel_sm_50.cubin. Blender queries the GPU compute capability (5.2 in the GTX 9xx) and looks for a file that matches it by name. Since Blender doesn*t look for anything but an exact match, you have to copy and rename that file to kernel_sm_52.cubin, or else it won*t find it.
9系显卡似乎缺少了cuda内核文件的支持,在blender目录搜索kernel_sm_50.cubin那文件,将其复制重命名为
kernel_sm_52.cubin就行了
帖子:http://www.blenderartists.org/fo ... well-GPU-Benchmarks里还有另一个是真正支持9系显卡的内核文件,不过后面跟帖的有人说使用这文件比改名速度快了,也有人说不要使用这文件,弄得他的电脑故障了。
改名我测试过可以行了,那个文件不知道能不能用。期待日后blender(或者英伟达)跟进支持
如果你看过 2.73 的更新介绍,就会知道 2.73 会支持 9xx 显卡,所以官方测试版如果已经更新的这块,那么就可以正常支持。
|
|