diff options
| author | tgrogers <[email protected]> | 2018-10-07 21:41:35 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-10-07 21:41:35 -0400 |
| commit | afb28556c4f08e4daca17525e7e377d9aaec0ee5 (patch) | |
| tree | ab1d03b510b4fabe8138c0fdf2ed9bf8cb473582 /src/gpgpu-sim/gpu-sim.h | |
| parent | 2ca656ae40436929f3d1261acabbd1c13db8470a (diff) | |
Unrolling Aksahy's stats - as they seem to be really screwing things up.
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index f9b5dad..1778008 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -36,7 +36,6 @@ #include <iostream> #include <fstream> #include <list> -#include <unordered_set> #include <stdio.h> @@ -429,8 +428,6 @@ public: void perf_memcpy_to_gpu( size_t dst_start_addr, size_t count ); - std::unordered_set<unsigned long long> data_footprint_stats; - //The next three functions added to be used by the functional simulation function //! Get shader core configuration |
