SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
Functions
load_store_fp16_data.h File Reference

Aladdin kernels to load/store FP16 data to/from host memory. More...

#include "smaug/utility/fp16_utils.h"
#include "smaug/operators/common.h"

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)
 

Detailed Description

Aladdin kernels to load/store FP16 data to/from host memory.

Definition in file load_store_fp16_data.h.