Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiweiYan-96 committed Jun 13, 2024
1 parent 9222b7f commit 040647a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/ATen/native/xpu/Fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
#include <ATen/native/DispatchStub.h>
#include <ATen/native/Fill.h>
#include <ATen/native/TensorIterator.h>
// #include <ATen/xpu/XPUNativeFunctions.h>

#include <ATen/native/xpu/sycl/FillKernel.h>
#include <ATen/xpu/ops/_adaptive_avg_pool2d.h>

#ifdef AT_PER_OPERATOR_HEADERS
#include <ATen/ops/_adaptive_avg_pool2d.h>
#else
fuck
#endif

namespace at::native {

Expand Down

0 comments on commit 040647a

Please sign in to comment.