Skip to content

Commit 5a0edbe

Browse files
committed
Update on "[ExecuTorch] Remove unneeded FFHT files"
We are just using FFHT to generate a kernel, so we don't need the Python wrapper. Differential Revision: [D60194971](https://our.internmc.facebook.com/intern/diff/D60194971/) [ghstack-poisoned]
2 parents c0cd45d + acd246f commit 5a0edbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extension/llm/custom_ops/spinquant/fast_hadamard_transform.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include "fast_hadamard_transform.h"
1010

11+
#include <algorithm>
12+
1113
namespace executorch {
1214
namespace {
1315
// Normalization step: divide by sqrt(1 << log2_vec_size). Similar

0 commit comments

Comments
 (0)