Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] lto kwarg for the @cuda.jit decorator is undocumented #61

Open
gmarkall opened this issue Oct 22, 2024 · 0 comments
Open

[DOC] lto kwarg for the @cuda.jit decorator is undocumented #61

gmarkall opened this issue Oct 22, 2024 · 0 comments
Labels
doc Improvements or additions to documentation
Milestone

Comments

@gmarkall
Copy link
Collaborator

#23 added an lto kwarg to the @cuda.jit decorator in an indirect fashion - the lto kwarg was added to _Kernel.__init_(), which indirectly propagates up to the jit function through **targetoptions to the CUDADispatcher and as **kws in the jit() function.

The lto kwarg needs documenting in the @jit decorator, and potentially making more explicit as well.

@gmarkall gmarkall added the doc Improvements or additions to documentation label Oct 22, 2024
@gmarkall gmarkall added this to the v0.0.18 milestone Oct 22, 2024
@gmarkall gmarkall modified the milestones: v0.0.18, v0.0.19 Nov 8, 2024
@gmarkall gmarkall modified the milestones: v0.0.20, v0.0.21, v0.0.22 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant