diff options
| author | Deval Shah <[email protected]> | 2019-01-30 17:40:17 -0800 |
|---|---|---|
| committer | Deval Shah <[email protected]> | 2019-01-30 17:40:17 -0800 |
| commit | a98e7db0402054aee7332380f6679be8527fc844 (patch) | |
| tree | 5b6988cb3d0e082fd2a03dfb0e888827b825e994 /src/abstract_hardware_model.h | |
| parent | 6994ed97fb776639a7fa3f9f12dcf1c35f6d1dc4 (diff) | |
changes for Ubuntu 18.04 support
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; |
