Skip to content

Commit 5837ce8

Browse files
Di Xu (SWE)facebook-github-bot
authored andcommitted
Fix undefined fht_float in Apple OS (pytorch#10280)
Summary: Fix undefined fht_float in Apple OS - Added the lib source file for default OS - Other changes are auto-gen by the linter ``` source ~/.bashrc cd ~/fbsource/fbcode/executorch conda activate executorch lintrunner -a ``` Differential Revision: D73213645
1 parent f911567 commit 5837ce8

File tree

1 file changed

+1
-1
lines changed
  • extension/llm/custom_ops/spinquant/third-party/FFHT

1 file changed

+1
-1
lines changed

extension/llm/custom_ops/spinquant/third-party/FFHT/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def define_common_targets():
1616
runtime.cxx_library(
1717
name = "fht",
1818
srcs = select({
19-
"DEFAULT": [],
19+
"DEFAULT": ["fht_avx.c"],
2020
"ovr_config//cpu:arm64": ["fht_neon.c"],
2121
"ovr_config//cpu:x86_64": ["fht_avx.c"],
2222
}),

0 commit comments

Comments
 (0)