From a884b505457d48dcd2783563d407e14a607456ee Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Tue, 20 Jul 2010 01:08:56 -0800 Subject: - 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] --- src/gpgpu-sim/shader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gpgpu-sim/shader.h') 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; -- cgit v1.3