Skip to content

Commit 5e09967

Browse files
authored
Add support for nested Python files in nxp/aten_passes (pytorch#17627)
As titled. This is to fix internal errors brought by pytorch#16623
1 parent 23f4fb4 commit 5e09967

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backends/nxp/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fbcode_target(_kind = runtime.python_library,
1313
name = "aten_passes",
1414
srcs = glob([
1515
"aten_passes/*.py",
16+
"aten_passes/**/*.py",
1617
]),
1718
deps = [
1819
"//caffe2:torch",

0 commit comments

Comments
 (0)