diff options
| author | tgrogers <[email protected]> | 2017-11-18 15:48:26 -0500 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-11-18 15:48:26 -0500 |
| commit | 9233f6f9eeea537187deb64add77a320442aa621 (patch) | |
| tree | c2351512f93d44354ea31509a2964d03fe530c71 /src/gpgpu-sim/gpu-sim.h | |
| parent | a2b163e4476387df8693c1a784cf094f8868a086 (diff) | |
vectoradd is successfully filling the l2
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index c04648c..6382adf 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -425,6 +425,8 @@ public: void gpu_print_stat(); void dump_pipeline( int mask, int s, int m ) const; + void memcpy_to_gpu( size_t dst_start_addr, const void *src, size_t count ); + //The next three functions added to be used by the functional simulation function //! Get shader core configuration |
