Skip to content

[QST] What does "pointer array" mean in the recent Hopper examples? #1354

Answered by hwu36
hyhieu asked this question in Q&A
Discussion options

You must be logged in to vote

it is the same as cublas. there are two types of batch gemm, one is called pointer array: pointers to the input and output matrices are stored in arrays such as ptr_A[batch_id], ptr_B[batch_id]. the other one is called strided batch gemm, ptrA[batch_id] = ptrA[0]+stride x batch_id

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hyhieu
Comment options

@hwu36
Comment options

@thakkarV
Comment options

Answer selected by hyhieu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants