Files
pytorch/THBlas.h
2012-01-25 14:55:20 +01:00

12 lines
188 B
C

#ifndef TH_BLAS_INC
#define TH_BLAS_INC
#include "THGeneral.h"
#define THBlas_(NAME) TH_CONCAT_4(TH,Real,Blas_,NAME)
#include "generic/THBlas.h"
#include "THGenerateAllTypes.h"
#endif