arm
Here are 2,053 public repositories matching this topic...
An open source library for face detection in images. The face detection speed can reach 1000FPS.
-
Updated
Nov 11, 2020 - C++
Learning operating system development using Linux kernel and Raspberry Pi
-
Updated
Nov 8, 2020 - C
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with time.Sleep, we need to make some per-board changes.
Previously, sleepTicks (the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup
-
Updated
Oct 22, 2020 - Python
paddle-mobile将开发一个新的版本,为了:
- 支持Paddle Fluid
- 更小的体积
- 更快的速度
- 更广泛地支持各种arm设备和终端平台
因此,paddle-mobile将会进行一次完全的重构,从框架设计到代码开发。在新版本开发完成后,将会删除原有mobile-deep-learning的代码。新版本开发期间,代码将放置在paddle-mobile repo的一个子目录下。对于子目录的命名,目前有3个候选,希望大家投票:
👍 zygote👎 paddle❤️ fluid
有更好的建议,请回复issue。相关issue:#121
另外,待新版本代码开发完成,移除老版本mobile-deep-learning代码后,新版本代码将移出子目录,直接放置在paddle-mobile repo下面。
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
-
Updated
Nov 24, 2020 - C++
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
-
Updated
Nov 22, 2020 - C
PlatformIO is a professional collaborative platform for embedded development
-
Updated
Nov 22, 2020 - Python
Open3D: A Modern Library for 3D Data Processing
-
Updated
Nov 24, 2020 - C++
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
-
Updated
May 16, 2020 - Python
Python 3 bindings
Implement Python 3 bindings, so wasm3 can be easily used from Python.
Resurrecting the second bullet from #1334
- Figure out how to fix favicon / logo more generally (here's a start https://github.com/tock/tock/tree/doc-updates)
Microsoft Azure PowerShell
-
Updated
Nov 24, 2020 - C#
Tengine is a lite, high performance, modular inference engine for embedded device
-
Updated
Nov 23, 2020 - C
Awesome Vulkan ecosystem
-
Updated
Nov 23, 2020
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
-
Updated
Aug 28, 2020 - C++
Armbian build tools
-
Updated
Nov 24, 2020 - Shell
-
Updated
Nov 24, 2020 - Vue
Binary Analysis Platform
-
Updated
Nov 23, 2020 - OCaml
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
-
Updated
Nov 17, 2020 - Shell
BARF : A multiplatform open source Binary Analysis and Reverse engineering Framework
-
Updated
Nov 24, 2019 - Python
Improve this page
Add a description, image, and links to the arm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arm topic, visit your repo's landing page and select "manage topics."


https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8