mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2026-07-21 11:13:16 -04:00
Updates for the modern era
This commit is contained in:
Vendored
+1
-1
@@ -55,7 +55,7 @@ def setup_worker_listener(addrs, tq, rq):
|
||||
print ' >', ' '.join(addr)
|
||||
if task.hash not in compcache:
|
||||
try:
|
||||
rsp = Renderer.compile(task.anim, arch='sm_21')
|
||||
rsp = Renderer.compile(task.anim, arch='sm_35')
|
||||
except:
|
||||
# Store exceptions, so that we don't try to endlessly
|
||||
# recompile bad genomes
|
||||
|
||||
Reference in New Issue
Block a user