1 #ifndef sstmac_software_libraries_socketapiS_H 2 #define sstmac_software_libraries_socketapiS_H 23 op_3d(
int m,
int k,
int n);
58 dgemm(
int m,
int n,
int k);
78 void init_kernels(sprockit::sim_parameters* params);
96 #endif // socketapiS_H
Input for processor models that use performance counter data.
virtual compute_event * op_1d(int n)
lib_compute_inst * lib_compute_
virtual void incoming_event(event *ev)=0
virtual void finalize_init()
virtual std::string to_string() const =0
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
virtual compute_event * op_3d(int m, int k, int n)
static blas_kernel * daxpy_kernel_
DeclareFactory(blas_kernel)
virtual void init_factory_params(sim_parameters *params)
static blas_kernel * dgemm_kernel_
static blas_kernel * dgemv_kernel_
static blas_kernel * ddot_kernel_
void incoming_event(event *ev)
A wrapper for an appid, taskid pair.
virtual compute_event * op_2d(int m, int n)