PAPI 7.1.0.0
Loading...
Searching...
No Matches
matmul.h
Go to the documentation of this file.
1
7#ifndef __MATMUL_H__
8#define __MATMUL_H__
9
10#include <hip/hip_runtime.h>
11
12#define BLOCK_DIM_X (16)
13#define BLOCK_DIM_Y (16)
14#define ROWS (4096)
15#define COLS (ROWS)
16
18void hip_do_matmul_work(void *handle, hipStream_t stream);
20
21#endif /* End of __MATMUL_H__ */
static papi_handle_t handle
Definition: Gamum.c:21
void hip_do_matmul_cleanup(void **handle)
void hip_do_matmul_work(void *handle, hipStream_t stream)
void hip_do_matmul_init(void **handle)