Skip to content

Commit 75cc6fd

Browse files
authored
Revert "Introducing NXP Neutron runtime (#10563)"
This reverts commit 967cfae.
1 parent 02454eb commit 75cc6fd

File tree

7 files changed

+1
-765
lines changed

7 files changed

+1
-765
lines changed

.github/workflows/trunk.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -271,36 +271,6 @@ jobs:
271271
exit 1
272272
fi
273273
274-
nxp-build-test:
275-
name: nxp-build-test
276-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
277-
permissions:
278-
id-token: write
279-
contents: read
280-
with:
281-
runner: linux.2xlarge
282-
docker-image: executorch-ubuntu-22.04-arm-sdk
283-
submodules: 'recursive'
284-
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
285-
timeout: 90
286-
script: |
287-
# The generic Linux job chooses to use base env, not the one setup by the image
288-
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
289-
conda activate "${CONDA_ENV}"
290-
291-
# Build
292-
cmake -DEXECUTORCH_BUILD_NXP_NEUTRON=ON -Bcmake-out .
293-
cmake --build cmake-out --target executorch_delegate_neutron --config Release
294-
295-
# Build check for the neutron backend library
296-
lib_neutron="cmake-out/backends/nxp/libexecutorch_delegate_neutron.a"
297-
if [ -f $lib_neutron ]; then
298-
echo "Neutron backend library built."
299-
else
300-
echo "Neutron backend library not found!"
301-
exit 1
302-
fi
303-
304274
test-coreml-delegate:
305275
name: test-coreml-delegate
306276
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,6 @@ if(EXECUTORCH_BUILD_CADENCE)
502502
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backends/cadence)
503503
endif()
504504

505-
if(EXECUTORCH_BUILD_NXP_NEUTRON)
506-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backends/nxp)
507-
endif()
508-
509505
if(EXECUTORCH_BUILD_COREML)
510506
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backends/apple/coreml)
511507
endif()

backends/nxp/CMakeLists.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)