summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-11 11:10:28 -0400
committerGitHub <[email protected]>2019-07-11 11:10:28 -0400
commitaa12db699a540ea7b4ed4b913be6ef3155fc68d6 (patch)
treeea1cede9a3dcd7afbbdc5d844135906e565e79e7 /src/gpgpu-sim/shader.h
parent460e779f45faa545c263e2d3316935b9fc083876 (diff)
parentcf13f05351636d178ee30c3a57872c33ef5a4e47 (diff)
Merge pull request #24 from echoedit/dev
Dev
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index e0cefac..2837f1b 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1367,7 +1367,7 @@ const char* const pipeline_stage_name_decode[] = {
class shader_core_config : public core_config
{
public:
- shader_core_config(gpgpu_context* ctx){
+ shader_core_config(gpgpu_context* ctx):core_config(ctx){
pipeline_widths_string = NULL;
gpgpu_ctx = ctx;
}