From fec6ce76ca145fa493f902f491a968305fb1c254 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Sun, 31 May 2020 15:15:01 -0400 Subject: fixing TEX error maapping by removing virtual member form gpgpu-sim class --- src/gpgpu-sim/gpu-sim.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gpgpu-sim') 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; -- cgit v1.3