Initial import: grid-bot — grid trading bot for BTC-USDT on Cifra Markets
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
|
||||
#pragma once
|
||||
|
||||
// Test these using #if AT_MKL_ENABLED(), not #ifdef, so that it's
|
||||
// obvious if you forgot to include Config.h
|
||||
// c.f. https://stackoverflow.com/questions/33759787/generating-an-error-if-checked-boolean-macro-is-not-defined
|
||||
//
|
||||
// DO NOT put the macros for CUDA libraries in this file; they belong in cuda/CUDAConfig.h
|
||||
|
||||
#define AT_MKLDNN_ENABLED() 1
|
||||
#define AT_MKLDNN_ACL_ENABLED() 0
|
||||
#define AT_MKL_ENABLED() 1
|
||||
#define AT_MKL_SEQUENTIAL() 0
|
||||
#define AT_POCKETFFT_ENABLED() 0
|
||||
#define AT_NNPACK_ENABLED() 1
|
||||
#define CAFFE2_STATIC_LINK_CUDA() 0
|
||||
#define AT_BUILD_WITH_BLAS() 1
|
||||
#define AT_BUILD_WITH_LAPACK() 1
|
||||
#define AT_PARALLEL_OPENMP 1
|
||||
#define AT_PARALLEL_NATIVE 0
|
||||
#define AT_BLAS_F2C() 0
|
||||
#define AT_BLAS_USE_CBLAS_DOT() 0
|
||||
#define AT_KLEIDIAI_ENABLED() 0
|
||||
#define AT_USE_EIGEN_SPARSE() 0
|
||||
|
||||
#else
|
||||
#error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined."
|
||||
#endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
|
||||
Reference in New Issue
Block a user