Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Storage.c - github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7478a039d603ec883863a9b22deba3ed0d05a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "torch/utils.h"
#include "THC.h"
#include "THFile.h"
#include "luaT.h"

#define torch_Storage_(NAME) TH_CONCAT_4(torch_,CReal,Storage_,NAME)
#define torch_Storage TH_CONCAT_STRING_3(torch.,CReal,Storage)
#define cutorch_Storage_(NAME) TH_CONCAT_4(cutorch_,CReal,Storage_,NAME)

#include "generic/CStorage.c"
#include "THCGenerateAllTypes.h"