diff options
| author | Mahmoud <[email protected]> | 2020-05-31 15:15:01 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2020-05-31 15:15:01 -0400 |
| commit | fec6ce76ca145fa493f902f491a968305fb1c254 (patch) | |
| tree | 0f9f969fff77a071f1622e69b1eb7f8af1a6bc33 | |
| parent | 283c71e69a85e56285c078bea7c439f72a18bde0 (diff) | |
fixing TEX error maapping by removing virtual member form gpgpu-sim class
| -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 e083d33..f9b3a0d 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -637,9 +637,6 @@ class gpgpu_sim : public gpgpu_t { void clear_executed_kernel_info(); //< clear the kernel information after // stat printout - virtual void createSIMTCluster() = 0; - void callCreateSIMTCluster(); - public: unsigned long long gpu_sim_insn; unsigned long long gpu_tot_sim_insn; |
