Internal: Invoking GPU asm compilation is supported on Cuda non-Windows platforms警告

Internal: Invoking GPU asm compilation is supported on Cuda non-Windows platforms only
Relying on driver to perform ptx compilation. 警告

项目场景:

mnist图片数据集跑tensorflow的时候提出警告


问题描述:

在跑tensorflow的时候提出警告,Internal: Invoking GPU asm compilation is supported on Cuda non-Windows platforms only Relying on driver to perform ptx compilation. 意思就是gpu不好使,没有效果[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-ZDrPxWiZ-1604545851190)(https://img-blog.csdnim报错g.cn/20201105111020101.jpg#pic_center)]

解决方案:

找了几个博文也没啥用,而且看上面说换个平台之后也会报错,我就想看一下gpu实际运行情况。结果发现gpu是有数据的,已经利用起来了,只是pycharm没显示而已![在这里插入图片描述](https://img-blog.csdnimg.cn/20201105111407861.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHMcmd
6Ly9ibG9nLmNzZG4ubmV0L2R1YW5fdGlhbmxhbmc=,size_16,color_FFFFFF,t_70#pic_center)

如何看gpu使用情况:https://blog.csdn.net/qq_27009517/article/details/80441235


你可能感兴趣的:(tensorflow,tensorflow,神经网络,数据挖掘,深度学习)