Skip to content

Commit 3264a7b

Browse files
swolchokfacebook-github-bot
authored andcommitted
Add lint suppressions for fast_hadamard_transform_special_unstrided_cpu.h (#5328)
Summary: Pull Request resolved: #5328 Getting complaints I broke it on master Reviewed By: dbort Differential Revision: D62608359 fbshipit-source-id: a74f8fbc9e6489664a9cd25c444ff18d270ec9d1
1 parent b9ae0ec commit 3264a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.lintrunner.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ exclude_patterns = [
7676
'examples/demo-apps/apple_ios/**',
7777
# File contains @generated
7878
'extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h',
79+
'extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h',
7980
]
8081
command = [
8182
'python',
@@ -181,6 +182,7 @@ exclude_patterns = [
181182
'**/*.jar',
182183
# File contains @generated
183184
'extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h',
185+
'extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h',
184186
]
185187
command = [
186188
'python',

0 commit comments

Comments
 (0)