-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Needs TriageIssue needs to be routed/triaged to a particular team stillIssue needs to be routed/triaged to a particular team stilldocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Where is the problem?
https://docs.modular.com/mojo/manual/gpu/fundamentals#multidimensional-grids-and-thread-organization
What can we do better?
The index of the highlighted block should be (0,n-1,0)?
Anything else?
In the section Compiling and enqueuing a kernel function for execution there is a note which says:
The current implementations of compile_function() and enqueue_function_checked() don't typecheck the arguments to the compiled kernel function....
compile_function() was deleted in b77cf50 and enqueue_function_checked does typecheck its arguments. Both of these should probably refer to the _unchecked variant.
Metadata
Metadata
Assignees
Labels
Needs TriageIssue needs to be routed/triaged to a particular team stillIssue needs to be routed/triaged to a particular team stilldocumentationImprovements or additions to documentationImprovements or additions to documentation
