-
Notifications
You must be signed in to change notification settings - Fork 120
[HIP][CUDA] local size bytes #2634
Copy link
Copy link
Open
Labels
cudaCUDA adapter specific issuesCUDA adapter specific issueshipHIP adapter specific issuesHIP adapter specific issuesspecificationChanges or additions to the specificationChanges or additions to the specification
Metadata
Metadata
Labels
cudaCUDA adapter specific issuesCUDA adapter specific issueshipHIP adapter specific issuesHIP adapter specific issuesspecificationChanges or additions to the specificationChanges or additions to the specification
Type
Fields
Give feedbackNo fields configured for issues without a type.
HIP_FUNC_ATTRIBUTE_LOCAL_SIZE_BYTES | The local memory usage of each thread by this function in bytes.
HIP_FUNC_ATTRIBUTE_NUM_REGS | The number of registers used by each thread of this function.
When the local size bytes is the memory usage of each thread, should the following case be moved to "urKernelGetInfo" ?