mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-12 03:05:14 -04:00
Use 3*256 instead of 2*512 blocks; faster on GF104
This commit is contained in:
@ -107,7 +107,7 @@ class Animation(object):
|
||||
In other words, it's best to use exactly one Animation for each
|
||||
interpolated sequence between one or two genomes.
|
||||
"""
|
||||
cmp_options = ('-use_fast_math', '-maxrregcount', '32')
|
||||
cmp_options = ('-use_fast_math', '-maxrregcount', '42')
|
||||
keep = False
|
||||
|
||||
def __init__(self, ctypes_genome_array):
|
||||
|
Reference in New Issue
Block a user