diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-08-08 18:20:42 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:53 -0700 |
| commit | c00424bbb3187f4f9a4718d4d7c078c0c8ff9f73 (patch) | |
| tree | bbf26bc74013a32195ff7d656562278dd7c1c97d /src/gpgpu-sim/shader.h | |
| parent | c1ca329ef0a2695f700c4bb692ca3ea8b3c01030 (diff) | |
Fixing compile error on my machine
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13703]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index d246393..86a1a86 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -42,7 +42,7 @@ #include <algorithm> #include <deque> -#include "../cuda-sim/ptx.tab.h" +//#include "../cuda-sim/ptx.tab.h" #include "delayqueue.h" #include "stack.h" |
