We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cca3ca commit f8a422cCopy full SHA for f8a422c
backends/nxp/tests/test_split_group_convolution.py
@@ -49,7 +49,7 @@ def _quantize_and_lower_module(
49
edge_compile_config=edge_compile_config,
50
)
51
52
- compile_spec = generate_neutron_compile_spec(target, "SDK_25_03")
+ compile_spec = generate_neutron_compile_spec(target, "SDK_25_06")
53
partitioner = NeutronPartitioner(compile_spec)
54
return edge_program_manager.to_backend(partitioner)
55
0 commit comments