mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-01 13:57:02 -04:00
Compiler made register restrictions unnecessary
This commit is contained in:
@ -86,7 +86,7 @@ def assemble_code(*libs):
|
||||
map(go, libs)
|
||||
return ''.join(sum(zip(*out), ()))
|
||||
|
||||
DEFAULT_CMP_OPTIONS = ('-use_fast_math', '-maxrregcount', '42')
|
||||
DEFAULT_CMP_OPTIONS = ('-use_fast_math',)
|
||||
DEFAULT_SAVE_KERNEL = True
|
||||
def compile(name, src, opts=DEFAULT_CMP_OPTIONS, save=DEFAULT_SAVE_KERNEL,
|
||||
arch=None):
|
||||
|
Reference in New Issue
Block a user