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

THCCachingAllocator.h « THC « lib - github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60ff52c1499972f46fdac413d69dca4eb156b92b (plain)
1
2
3
4
5
6
7
8
#ifndef THC_DEVICE_ALLOCATOR_INC
#define THC_DEVICE_ALLOCATOR_INC

#include "THCGeneral.h"

THC_API void THCCachingAllocator_init(THCDeviceAllocator* alloc);

#endif