| #define TH_GENERIC_FILE "generic/THStorage.h"
|
| #include "generic/THStorage.h"
|
| #define TH_GENERIC_FILE "generic/THStorageCopy.h"
|
| #include "generic/THStorageCopy.h"
|
| # define TH_API THC_EXTERNC __declspec(dllimport)
|
| # define TH_API THC_EXTERNC
|
| THC_API void THByteStorage_copyCuda(THByteStorage *self, struct THCudaStorage *src);
|
| THC_API void THCharStorage_copyCuda(THCharStorage *self, struct THCudaStorage *src);
|
| THC_API void THShortStorage_copyCuda(THShortStorage *self, struct THCudaStorage *src);
|
| THC_API void THIntStorage_copyCuda(THIntStorage *self, struct THCudaStorage *src);
|
| THC_API void THLongStorage_copyCuda(THLongStorage *self, struct THCudaStorage *src);
|
| THC_API void THFloatStorage_copyCuda(THFloatStorage *self, struct THCudaStorage *src);
|
| THC_API void THDoubleStorage_copyCuda(THDoubleStorage *self, struct THCudaStorage *src);
|
| THC_API void THCudaStorage_copyCuda(THCudaStorage *self, THCudaStorage *src);
|