This article introduces the remote debugging through GDB on Android system. Copy gdbserver to the device Prebulit gdbserver can be found in the NDK toolchain…
Leave a CommentCategory: C++
Makes ARM NEON documentation accessible (with examples). Born from frustration with ARM documentation and general lack of examples. Intro When you convert your iOS code…
Leave a CommentDifferent programming languages have different APIs for file and directory operations. It’s easier to forget when you don’t use them often, then it takes a…
Leave a CommentArm Neon is an advanced single instruction multiple data (SIMD) architecture extension for the Arm Cortex-A and Arm Cortex-R series of processors with capabilities that…
Leave a CommentUsing Qualcomm DMA-BUF can achieve zero-copy memory conversion between CPU/GPU, and in general case, DMA-BUF is faster than traditional memory allocation, which saves time and…
Leave a CommentA good software needs to save memory usage. To do this, we first need to find out where the most memory is being used.This post…
Leave a CommentThis article introduces the installation and use of git-lfs tool on the linux platform. The purpose of Git Large File Storage (LFS) is to better…
Leave a CommentVScode is a cross-platform code editor launched by Microsoft with powerful functions and rich plug-ins. Using VSCode can greatly improve our development efficiency.This article introduces…
Leave a CommentStart the service for saving crash coredump Configuration By default, the crash dump of non-deb package programs is not saved. Modify the following configuration file…
Leave a CommentEnvironment python3.5+tensorflow-gpu1.5 + cuda9.0 + cudnn9.0 installation steps Disable open source nouveau driver Add the following two lines at the end. Then execute the following…
Leave a Comment