Sign in
android
/
platform
/
external
/
pytorch
/
defb364adf
/
.
/
aten
/
src
/
ATen
/
jit_macros.h
blob: 9af826549021a0853beb83c74b6ac695728ab054 [
file
] [
log
] [
blame
]
#pragma
once
#include
<ATen/cuda/CUDAConfig.h>
#include
<string>
// AT_USE_JITERATOR(), controls whether we jit some elementwise kernels
#define
AT_USE_JITERATOR
()
true
#define
jiterator_stringify
(...)
std
::
string
(#
__VA_ARGS__
);