Skip to content

Commit

Permalink
Update headers inclusion as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akote123 committed Feb 24, 2025
1 parent a8829e2 commit 59511cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions torchao/experimental/ops/parallel-aten-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
// LICENSE file in the root directory of this source tree.

#pragma once
#if defined(__aarch64__)
#include <torchao/experimental/ops/parallel.h>
#else
#include <Aten/Parallel.h>
#endif
#include <torchao/experimental/ops/parallel.h>
#include <torch/library.h>
#include <torch/torch.h>

Expand Down

0 comments on commit 59511cd

Please sign in to comment.