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
mdspan
libcu++
llm.c
cuda::
streaming accessor
for_each_in_extent
mdarray
mdspan/mdarray
No response
The text was updated successfully, but these errors were encountered:
fbusato
No branches or pull requests
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
mdspan
represents the C++ abstraction for multidimensional data. We currently support only a small subset of available featuresllm.c
version presented to the CUDA MODE group can be greatly simplified and improved by supporting additional features related tomdspan
Describe the solution you'd like
cuda::
streaming accessor
instead of manually instantiate itmdspan
to support device-only/host-only code for custom accessors and layoutsfor_each_in_extent
to directly linearization/de-linearization multidimensional indicesmdarray
(owning version ofmdspan
)mdspan/mdarray
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: