summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorHadi Jooybar <[email protected]>2012-11-05 19:35:21 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:21 -0700
commit0b5efbc556621998ac42e96024163fae05beaf85 (patch)
treeae17e55c4103b246597e6dd2ad1981cee90e0b7a /src/abstract_hardware_model.h
parent9af6f86d0f06c2ca1b117d358009b91a646b0e83 (diff)
OpenCL newer diver fix
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14554]
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 9681a67..23e8d00 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -878,7 +878,7 @@ class core_t {
void initilizeSIMTStack(unsigned warps, unsigned warpsSize);
warp_inst_t getExecuteWarp(unsigned warpId);
void get_pdom_stack_top_info( unsigned warpId, unsigned *pc, unsigned *rpc ) const;
-
+ kernel_info_t * get_kernel_info(){ return m_kernel;}
protected:
class gpgpu_sim *m_gpu;
kernel_info_t *m_kernel;