diff options
| author | Wilson Fung <[email protected]> | 2011-01-20 18:59:45 -0800 |
|---|---|---|
| committer | Wilson Fung <[email protected]> | 2011-01-20 18:59:45 -0800 |
| commit | 34149bec142ba633f1e1b26a528ef6d77a05a3f6 (patch) | |
| tree | 57d6126ef2f1b294dcba69e8607531748ed7a371 /src/gpgpu-sim/shader.h | |
| parent | f18e4327b836ac66843a1c21cb429cc71bea9714 (diff) | |
Integration change. Bug fixes from AMD-CMU trace gen branch.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8389]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 2b834a6..ee0269f 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -120,6 +120,8 @@ public: unsigned n_l1_mis_ac; unsigned n_l1_mrghit_ac; unsigned n_l1_access_ac; + + bool m_active; }; class shd_warp_t { |
