summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-20 01:08:56 -0800
committerTor Aamodt <[email protected]>2010-07-20 01:08:56 -0800
commita884b505457d48dcd2783563d407e14a607456ee (patch)
tree4e50efd26376e2dce8c96a8b21bd57f88c74e23f /src/gpgpu-sim/shader.h
parent55106068e9087f253bbeb587a763055620e59441 (diff)
- adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be set to)
- bug fix for shader_core object allocation/initialization - bug fix for ret instruction w/ OpenCL + new PTX ABI - some formatting of output [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6910]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 1394481..f67e8fd 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -446,8 +446,6 @@ typedef struct shader_core_ctx : public core_t
unsigned int n_registers; //registers available in the shader core
unsigned int n_cta; //Limit on number of concurrent CTAs in shader core
- //void *req_hist; //not used anywhere
-
mshr_shader_unit *mshr_unit;
} shader_core_ctx_t;