diff options
Diffstat (limited to 'src/cuda-sim/instructions.cc')
| -rw-r--r-- | src/cuda-sim/instructions.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cuda-sim/instructions.cc b/src/cuda-sim/instructions.cc index 9e29daa..4e2028b 100644 --- a/src/cuda-sim/instructions.cc +++ b/src/cuda-sim/instructions.cc @@ -1,4 +1,6 @@ -// Copyright (c) 2009-2011, The University of British Columbia +// Copyright (c) 2009-2011, Tor M. Aamodt, Wilson W.L. Fung, Ali Bakhoda, +// Jimmy Kwa, George L. Yuan +// The University of British Columbia // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -29,7 +31,6 @@ #include "opcodes.h" #include "ptx_sim.h" #include "ptx.tab.h" -#include "dram_callback.h" #include <stdlib.h> #include <math.h> #include <fenv.h> |
