From 040647a80cfd9ea0e6aacf94c1d863e18ad13412 Mon Sep 17 00:00:00 2001 From: Yan Zhiwei Date: Thu, 13 Jun 2024 08:35:06 +0000 Subject: [PATCH] Remove useless code --- src/ATen/native/xpu/Fill.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ATen/native/xpu/Fill.cpp b/src/ATen/native/xpu/Fill.cpp index 3c831ca98..5c9ac6200 100644 --- a/src/ATen/native/xpu/Fill.cpp +++ b/src/ATen/native/xpu/Fill.cpp @@ -3,15 +3,10 @@ #include #include #include -// #include #include +#include -#ifdef AT_PER_OPERATOR_HEADERS -#include -#else -fuck -#endif namespace at::native {