提交 12f71679 authored 作者: notoraptor's avatar notoraptor

Useless comment removed.

上级 05047515
...@@ -476,7 +476,6 @@ class GpuArrayType(Type): ...@@ -476,7 +476,6 @@ class GpuArrayType(Type):
return ['gpuarray'] return ['gpuarray']
def c_code_cache_version(self): def c_code_cache_version(self):
# import pdb; pdb.set_trace()
ver = pygpu.gpuarray.abi_version() ver = pygpu.gpuarray.abi_version()
# we only use the major version since the minor revision are compatible. # we only use the major version since the minor revision are compatible.
return (2, ver[0]) return (2, ver[0])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论