Skip to content

Commit f8a422c

Browse files
NXP backend: Fix Neutron unit test (conflicting changes merged) (#13900)
### Summary This PR fixes a merge conflict caused by #13128 and #13894 ### Test plan Tested by existing unit tests. cc @digantdesai @JakeStevens @robert-kalmar
1 parent 0cca3ca commit f8a422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/nxp/tests/test_split_group_convolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _quantize_and_lower_module(
4949
edge_compile_config=edge_compile_config,
5050
)
5151

52-
compile_spec = generate_neutron_compile_spec(target, "SDK_25_03")
52+
compile_spec = generate_neutron_compile_spec(target, "SDK_25_06")
5353
partitioner = NeutronPartitioner(compile_spec)
5454
return edge_program_manager.to_backend(partitioner)
5555

0 commit comments

Comments
 (0)