File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
backends/qualcomm/runtime Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,18 @@ def define_common_targets():
43
43
[
44
44
"*.cpp" ,
45
45
"backends/*.cpp" ,
46
+ "backends/irbackend/*.cpp" ,
46
47
"backends/htpbackend/*.cpp" ,
47
- ] + (["backends/htpbackend/x86_64/*.cpp" ] if include_aot_qnn_lib else ["backends/htpbackend/aarch64/*.cpp" ]),
48
+ ] + (["backends/htpbackend/x86_64/*.cpp" ] if include_aot_qnn_lib else ["backends/htpbackend/aarch64/*.cpp" ]) + (
49
+ + ["backends/irbackend/x86_64/*.cpp" ] if include_aot_qnn_lib else ["backends/irbackend/aarch64/*.cpp" ]
50
+ + ),
48
51
exclude = ["Logging.cpp" ],
49
52
),
50
53
exported_headers = glob (
51
54
[
52
55
"*.h" ,
53
56
"backends/*.h" ,
57
+ "backends/irbackend/*.h" ,
54
58
"backends/htpbackend/*.h" ,
55
59
],
56
60
exclude = ["Logging.h" ],
You can’t perform that action at this time.
0 commit comments