ERROR: LoadError: ArgumentError: Unsupported keyword argument 'max_registers'
And I am applying it as shown in the documentation:
@cuda max_registers=32
Kind regards
ERROR: LoadError: ArgumentError: Unsupported keyword argument 'max_registers'
And I am applying it as shown in the documentation:
@cuda max_registers=32
Kind regards
The kwarg is named maxregs
, just as in CUDA C. This is a typo in the docs.
I confirm it works, was just about to fork and fix, but saw you already did it! Awesome
Thank you!