From a34d4295ca856297ad76d5a6408cdaa163554809 Mon Sep 17 00:00:00 2001 From: Mengchi Zhang Date: Mon, 10 Jun 2019 20:58:22 -0400 Subject: Remove definitions Signed-off-by: Mengchi Zhang --- src/abstract_hardware_model.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 7455f25..68cb693 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -174,9 +174,6 @@ enum _memory_op_t { #if !defined(__VECTOR_TYPES_H__) #include "vector_types.h" -//struct dim3 { -// unsigned int x, y, z; -//}; #endif struct dim3comp { bool operator() (const dim3 & a, const dim3 & b) const @@ -457,20 +454,6 @@ protected: #include "builtin_types.h" -//enum cudaChannelFormatKind { -// cudaChannelFormatKindSigned, -// cudaChannelFormatKindUnsigned, -// cudaChannelFormatKindFloat -//}; - -//struct cudaChannelFormatDesc { -// int x; -// int y; -// int z; -// int w; -// enum cudaChannelFormatKind f; -//}; - struct cudaArray { void *devPtr; int devPtr32; @@ -481,28 +464,6 @@ struct cudaArray { unsigned dimensions; }; -//enum cudaTextureAddressMode { -// cudaAddressModeWrap, -// cudaAddressModeClamp -//}; - -//enum cudaTextureFilterMode { -// cudaFilterModePoint, -// cudaFilterModeLinear -//}; - -//enum cudaTextureReadMode { -// cudaReadModeElementType, -// cudaReadModeNormalizedFloat -//}; - -//struct textureReference { -// int normalized; -// enum cudaTextureFilterMode filterMode; -// enum cudaTextureAddressMode addressMode[3]; -// struct cudaChannelFormatDesc channelDesc; -//}; - #endif // Struct that record other attributes in the textureReference declaration -- cgit v1.3