Skip to content

Commit d26b8b6

Browse files
committed
NXP backend: Update Neutron Software to 3.1.0
1 parent 490ec5c commit d26b8b6

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

backends/nxp/requirements-eiq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
--index-url https://eiq.nxp.com/repository
2-
eiq-neutron-sdk==3.0.1
2+
eiq-neutron-sdk==3.1.0
33
eiq_nsys

backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def test_constant_pad_nd__unsupported_paddings(input_shape, paddings, use_qat):
163163
assert any(node.name == "aten_constant_pad_nd_default" for node in nodes)
164164

165165

166+
@pytest.mark.xfail(reason="EIEX=855")
166167
def test_constant_pad_nd__delegation__formatless__supported_padding(use_qat):
167168
input_shape = (2, 4, 6, 8) # Formatless -> the last dim (8) will be padded.
168169
paddings = [0, 0, 1, 2, 3, 4] # The last dim is padded using the first 2 paddings.

docs/source/backends/nxp/nxp-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Among currently supported machine learning models are:
2424

2525
- [MCUXpresso IDE](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE) or [MCUXpresso Visual Studio Code extension](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-for-visual-studio-code:MCUXPRESSO-VSC)
2626
- [MCUXpresso SDK 25.12](https://mcuxpresso.nxp.com/mcuxsdk/25.12.00/html/index.html)
27-
- eIQ Neutron SDK version 3.0.0, what you can download from eIQ PyPI:
27+
- eIQ Neutron SDK version 3.1.0, what you can download from eIQ PyPI:
2828

2929
```commandline
30-
$ pip install --index-url https://eiq.nxp.com/repository eiq_neutron_sdk==3.0.0
30+
$ pip install --index-url https://eiq.nxp.com/repository eiq-neutron-sdk==3.1.0
3131
```
3232

3333
Instead of manually installing requirements, except MCUXpresso IDE and SDK, you can use the setup script:

examples/nxp/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -u
88
EIQ_PYPI_URL="${EIQ_PYPI_URL:-https://eiq.nxp.com/repository}"
99

1010
# Install eIQ Neutron dependencies - SDK and simulator
11-
pip install --index-url ${EIQ_PYPI_URL} eiq-neutron-sdk==3.0.1 eiq_nsys
11+
pip install --index-url ${EIQ_PYPI_URL} eiq-neutron-sdk==3.1.0 eiq_nsys
1212

1313
# Get the directory of the current script
1414
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

0 commit comments

Comments
 (0)