SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Aladdin kernels to load/store FP16 data to/from host memory. More...
Go to the source code of this file.
Functions | |
void | host_load_fp16 (float *local_data, float16 *remote_data, int num_elems, int local_offset, int remote_offset) |
void | host_store_fp16 (float *local_data, float16 *remote_data, int num_elems, int local_offset, int remote_offset) |
Aladdin kernels to load/store FP16 data to/from host memory.
Definition in file load_store_fp16_data.h.