Unverified Commit aeca5cf7 authored by Sean Liu's avatar Sean Liu Committed by GitHub
Browse files

fix building of wheels (#272)


Co-authored-by: default avatarxliucr <xliucr@amazon.com>
parent bea2f4a3
......@@ -5,6 +5,7 @@
#define CHECK_CPU(x) AT_ASSERTM(x.device().is_cpu(), #x " must be CPU tensor")
#define CHECK_INPUT(x) AT_ASSERTM(x, "Input mismatch")
#define CHECK_LT(low, high) AT_ASSERTM(low < high, "low must be smaller than high")
#define AT_DISPATCH_HAS_VALUE(optional_value, ...) \
[&] { \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment