Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NetKit-Labs
/
netkit
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: NetKit-Labs/netkit
Actions
All workflows
Workflows
CI
CI
Test full
Test full
Show more workflows...
Management
Caches
CI
CI
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
ci.yml
will be ignored since log searching is not yet available
200 workflow runs
200 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Document single-job CI and local-only FVP/cross-compile tooling.
CI
#50:
Commit
3f27d2a
pushed by
jameslavrenz
1m 3s
main
main
1m 3s
View workflow file
Remove cm4-cross-compile job from GitHub Actions CI.
CI
#49:
Commit
af0ec72
pushed by
jameslavrenz
4m 7s
main
main
4m 7s
View workflow file
Remove FVP firmware steps from GitHub Actions CI.
CI
#48:
Commit
f68f4f0
pushed by
jameslavrenz
4m 27s
main
main
4m 27s
View workflow file
Remove MNIST host bench and GitHub FVP workflow; hand FVP compile-onl…
CI
#47:
Commit
0a2a0c5
pushed by
jameslavrenz
4m 24s
main
main
4m 24s
View workflow file
Add host MNIST kernel bench and fix MCU firmware API/CMSIS-NN build.
CI
#46:
Commit
8ab9790
pushed by
jameslavrenz
4m 10s
main
main
4m 10s
View workflow file
Fix FVP CI: add cmsis-toolbox for armlm on PATH
CI
#45:
Commit
2514f3c
pushed by
jameslavrenz
4m 40s
main
main
4m 40s
View workflow file
Add hand FVP benchmark workflow for GitHub Actions Linux runners.
CI
#44:
Commit
17fafe4
pushed by
jameslavrenz
4m 4s
main
main
4m 4s
View workflow file
Add optional AOT graph optimizations for faster firmware inference.
CI
#43:
Commit
f28ac18
pushed by
jameslavrenz
4m 11s
main
main
4m 11s
View workflow file
Add optional AOT graph optimizations for faster firmware inference
CI
#42:
Pull request
#1
opened by
jameslavrenz
4m 30s
aot-optimize
aot-optimize
4m 30s
View #1
View workflow file
Add Python AOT compiler and in-memory .nk loading for firmware.
CI
#41:
Commit
58f3c61
pushed by
jameslavrenz
4m 50s
main
main
4m 50s
View workflow file
Fix check_trim_lib.sh for Linux CI (portable stat).
CI
#40:
Commit
668b1a3
pushed by
jameslavrenz
4m 28s
main
main
4m 28s
View workflow file
Add extended CNN regression and per-op layer TUs for firmware trimming.
CI
#39:
Commit
2ff18be
pushed by
jameslavrenz
2m 9s
main
main
2m 9s
View workflow file
Add MCU-safe OpsResolver and modernize kernel dispatch to C++26.
CI
#38:
Commit
6fc9eb8
pushed by
jameslavrenz
3m 41s
main
main
3m 41s
View workflow file
Add pool padding, GlobalAveragePool ONNX, and .nk v3-only format.
CI
#37:
Commit
35ea1d4
pushed by
jameslavrenz
3m 28s
main
main
3m 28s
View workflow file
Include netkit_config.h in CMSIS backend translation units.
CI
#36:
Commit
38647aa
pushed by
jameslavrenz
3m 35s
main
main
3m 35s
View workflow file
Add reference_kernel.cpp to CMake runtime sources.
CI
#35:
Commit
3762330
pushed by
jameslavrenz
3m 7s
main
main
3m 7s
View workflow file
Refactor kernel backends to CRTP compile-time dispatch.
CI
#34:
Commit
66c9d0b
pushed by
jameslavrenz
2m 15s
main
main
2m 15s
View workflow file
Remove unused cstdint include from netkit_backend.h.
CI
#33:
Commit
f792c67
pushed by
jameslavrenz
3m 36s
main
main
3m 36s
View workflow file
Extend C API and docs for padded conv, avg pool, and batch norm.
CI
#32:
Commit
b52ca54
pushed by
jameslavrenz
3m 22s
main
main
3m 22s
View workflow file
Restrict CMSIS-NN to MCU Cortex-M; ignore flag elsewhere with warning.
CI
#31:
Commit
53e19ee
pushed by
jameslavrenz
3m 9s
main
main
3m 9s
View workflow file
Add conv padding, avg pool, batch norm, and CMSIS backend policy.
CI
#30:
Commit
7f2e0e8
pushed by
jameslavrenz
3m 18s
main
main
3m 18s
View workflow file
Sync docs with 69-case ONNX parity and embedded smoke harness.
CI
#29:
Commit
31f13c8
pushed by
jameslavrenz
3m 30s
main
main
3m 30s
View workflow file
Apply NETKIT_HOST_SMOKE to CMSIS C compile flags.
CI
#28:
Commit
98f5e3e
pushed by
jameslavrenz
4m 19s
main
main
4m 19s
View workflow file
Fix embedded smoke CMSIS builds on Linux CI hosts.
CI
#27:
Commit
a310bf2
pushed by
jameslavrenz
2m 52s
main
main
2m 52s
View workflow file
Add MCU/MPU embedded smoke harness for NETKIT_ARCH and CMSIS.
CI
#26:
Commit
7cfb3f1
pushed by
jameslavrenz
2m 52s
main
main
2m 52s
View workflow file
Previous
1
2
3
4
5
6
7
8
Next
You can’t perform that action at this time.