|
PAPI 7.1.0.0
|


Go to the source code of this file.
Macros | |
| #define | BLOCK_DIM_X (16) |
| #define | BLOCK_DIM_Y (16) |
| #define | ROWS (4096) |
| #define | COLS (ROWS) |
Functions | |
| void | hip_do_matmul_init (void **handle) |
| void | hip_do_matmul_work (void *handle, hipStream_t stream) |
| void | hip_do_matmul_cleanup (void **handle) |
Definition in file matmul.h.
| void hip_do_matmul_cleanup | ( | void ** | handle | ) |
| void hip_do_matmul_init | ( | void ** | handle | ) |
| void hip_do_matmul_work | ( | void * | handle, |
| hipStream_t | stream | ||
| ) |