diff options
| author | Tim Rogers <[email protected]> | 2019-03-12 20:25:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-12 20:25:38 -0400 |
| commit | 2e4669fdc12f251c60158e8b49d0bf74e5b17bef (patch) | |
| tree | a20c217b18858738a3a9ce7cba77e046e9134299 /src/abstract_hardware_model.h | |
| parent | 695592593ac59be49bdc013814710e216d18a438 (diff) | |
| parent | 49e95cdb5086d4ce4f7d7f2d295b5fc0a9529d41 (diff) | |
Merge pull request #1 from gpgpu-sim/dev
Merging the latest dev
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 08aa88c..28a22e0 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -73,6 +73,7 @@ enum FuncCache #include <set> typedef unsigned long long new_addr_type; +typedef unsigned long long cudaTextureObject_t; typedef unsigned address_type; typedef unsigned addr_t; |
