summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEdward Yang <ezyang@fb.com>2019-01-18 10:52:18 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-01-18 10:55:21 -0800
commitb9b160d86f47f9f960ac19cc156bdbcd7af83728 (patch)
tree88135c1a4d46e278d2dde989bcc12859f13abccf /test
parent1ff864712bd7441b4ca2954b6bdd148e88506e39 (diff)
downloadpytorch-b9b160d86f47f9f960ac19cc156bdbcd7af83728.tar.gz
pytorch-b9b160d86f47f9f960ac19cc156bdbcd7af83728.tar.bz2
pytorch-b9b160d86f47f9f960ac19cc156bdbcd7af83728.zip
Remove ATen/Half.h and ATen/core/Half.h forwarding headers.
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16115 Reviewed By: bddppq Differential Revision: D13717049 fbshipit-source-id: fb1d690183a932a1fa1a2d235f3219520f51620a
Diffstat (limited to 'test')
-rw-r--r--test/cpp_extensions/complex_registration_extension.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp_extensions/complex_registration_extension.cpp b/test/cpp_extensions/complex_registration_extension.cpp
index b71858e29d..4703c470c9 100644
--- a/test/cpp_extensions/complex_registration_extension.cpp
+++ b/test/cpp_extensions/complex_registration_extension.cpp
@@ -11,7 +11,7 @@
#include "ATen/NativeFunctions.h"
#include "ATen/Utils.h"
#include "ATen/WrapDimUtils.h"
-#include "ATen/core/Half.h"
+#include "c10/util/Half.h"
#include <c10/core/TensorImpl.h>
#include <c10/core/UndefinedTensorImpl.h>
#include <c10/util/Optional.h>