We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When hovering the launch_unchecked call, no safety docs appear:
launch_unchecked
docs.rs has a bit more: https://docs.rs/cubecl/latest/cubecl/prelude/struct.KernelLauncher.html#method.launch_unchecked
But that isn't in sync with the docs on the generate module from the kernel proc macro, which only has:
#[doc = "Launch the kernel [gelu_array()] on the given runtime"]
which we see in the image.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When hovering the
launch_unchecked
call, no safety docs appear:docs.rs has a bit more: https://docs.rs/cubecl/latest/cubecl/prelude/struct.KernelLauncher.html#method.launch_unchecked
But that isn't in sync with the docs on the generate module from the kernel proc macro, which only has:
which we see in the image.
The text was updated successfully, but these errors were encountered: