diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-22 13:09:02 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-22 13:09:02 -0400 |
| commit | 067ca5fcce6ef4fa51ed3949dbffe62f60f6ad12 (patch) | |
| tree | b344dfc77c47d1d789ac503b0420f650c904972a /src/cuda-sim/ptx_sim.h | |
| parent | 3cac7525e1046285337e4dcf7fd8aa07c3a1f7c9 (diff) | |
| parent | 2f749f6969cd0582b7ac2bfe33309034185cc77c (diff) | |
Merge pull request #19 from echoedit/dev
Dev
Diffstat (limited to 'src/cuda-sim/ptx_sim.h')
| -rw-r--r-- | src/cuda-sim/ptx_sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h index d226fbe..a045a76 100644 --- a/src/cuda-sim/ptx_sim.h +++ b/src/cuda-sim/ptx_sim.h @@ -341,6 +341,7 @@ public: dim3 get_ctaid() const { return m_ctaid; } dim3 get_tid() const { return m_tid; } + dim3 get_ntid() const { return m_ntid; } class gpgpu_sim *get_gpu() { return (gpgpu_sim*)m_gpu;} unsigned get_hw_tid() const { return m_hw_tid;} unsigned get_hw_ctaid() const { return m_hw_ctaid;} |
