diff options
| author | Tor Aamodt <[email protected]> | 2010-10-02 19:53:47 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-02 19:53:47 -0800 |
| commit | 5c220c406491b72054a00d1dceab222ab796f06a (patch) | |
| tree | 507f791973f4b4b0d0c016a2b5385f0aba66224c /src/gpgpu-sim/gpu-sim.h | |
| parent | d3b9d526ecbf5e0bdaa91d21526cb56a2e98b534 (diff) | |
refactor: mem_fetch now a class
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7807]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 5bb9875..2aad778 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -270,8 +270,6 @@ public: unsigned run_gpu_sim(); - unsigned get_L2_linesize() const; - unsigned char fq_has_buffer(unsigned long long int addr, int bsize, bool write, int sid ); void decrement_atomic_count( unsigned sid, unsigned wid ); void get_pdom_stack_top_info( unsigned sid, unsigned tid, unsigned *pc, unsigned *rpc ); @@ -286,11 +284,11 @@ public: unsigned num_shader() const { return m_n_shader; } unsigned threads_per_core() const; - void mem_instruction_stats( class inst_t* warp); + void mem_instruction_stats( class inst_t* warp); int issue_mf_from_fq(class mem_fetch *mf); - void gpu_print_stat() const; - void dump_pipeline( int mask, int s, int m ) const; + void gpu_print_stat() const; + void dump_pipeline( int mask, int s, int m ) const; private: // clocks |
