summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 6bf020b..5922d24 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -2564,7 +2564,6 @@ class shader_core_ctx : public core_t {
// Jin: concurrent kernels on a sm
public:
- std::deque<kernel_info_t *> pending_ctas;
bool can_issue_1block(kernel_info_t &kernel);
bool occupy_shader_resource_1block(kernel_info_t &kernel, bool occupy);
void release_shader_resource_1block(unsigned hw_ctaid, kernel_info_t &kernel);