Skip to content

Commit 7bdd922

Browse files
committed
Update
[ghstack-poisoned]
1 parent 14d538f commit 7bdd922

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

backends/test/operators/test_facto.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# pyre-strict
7+
# pyre-unsafe
8+
9+
#
10+
# This file contains logic to run generated operator tests using the FACTO
11+
# library (https://github.com/pytorch-labs/FACTO). To run the tests, first
12+
# clone and install FACTO by running pip install . from the FACTO source
13+
# directory. Then, from the executorch root directory, run the following:
14+
#
15+
# python -m unittest backends.test.operators.test_facto.FactoTestsXNNPACK
16+
#
817

918
import copy
1019
import functools
@@ -270,4 +279,3 @@ def _test_op(self, op: OpOverload) -> None: # noqa: C901
270279
class FactoTestsXNNPACK(FactoTestsBase):
271280
def __init__(self, *args, **kwargs):
272281
super().__init__(XnnpackTester, *args, **kwargs)
273-

0 commit comments

Comments
 (0)