PAPI 7.1.0.0
Loading...
Searching...
No Matches
matmul.h File Reference
Include dependency graph for matmul.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Giuseppe Congiu gcong.nosp@m.iu@i.nosp@m.cl.ut.nosp@m.k.ed.nosp@m.u

Definition in file matmul.h.

Macro Definition Documentation

◆ BLOCK_DIM_X

#define BLOCK_DIM_X   (16)

Definition at line 12 of file matmul.h.

◆ BLOCK_DIM_Y

#define BLOCK_DIM_Y   (16)

Definition at line 13 of file matmul.h.

◆ COLS

#define COLS   (ROWS)

Definition at line 15 of file matmul.h.

◆ ROWS

#define ROWS   (4096)

Definition at line 14 of file matmul.h.

Function Documentation

◆ hip_do_matmul_cleanup()

void hip_do_matmul_cleanup ( void **  handle)

◆ hip_do_matmul_init()

void hip_do_matmul_init ( void **  handle)

◆ hip_do_matmul_work()

void hip_do_matmul_work ( void *  handle,
hipStream_t  stream 
)