mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Fix typo
This commit is contained in:
parent
460387ef91
commit
5d3b290c43
@ -91,7 +91,7 @@ class Framebuffers(object):
|
|||||||
if stream is not None:
|
if stream is not None:
|
||||||
stream.synchronize()
|
stream.synchronize()
|
||||||
else:
|
else:
|
||||||
cu
|
cuda.Context.synchronize()
|
||||||
for p in (self.d_front, self.d_back, self.d_side):
|
for p in (self.d_front, self.d_back, self.d_side):
|
||||||
if p is not None:
|
if p is not None:
|
||||||
p.free()
|
p.free()
|
||||||
|
Loading…
Reference in New Issue
Block a user