@cuda max_registers not registered as a key word argument?

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 :slight_smile:

Thank you!