• Tutorial for replacing cv::cvtColor function to CLColorConvert or NEColorConvert
    I would be happy to receive a Tutorial that has a detailed explanation and maybe an example of how I can make this replacement in order to optimize my system **Platform:** RKX3399 **Operating System...
  • ARM Team can answer my question on LPC ASM problom???
    For LPC2148 SoC, a software system call, number 0x55 need to be implemented in assembly language. This system call is used to measure the CPU temperature and raise an alarm if the CPU is overheated...
  • GNU Toolchain - Unknown or missing system register (GIC register - Cortex-A53)
    I have started a simple bare-metal project for the Cortex-A53. Now I want to implement interrupt handling, but run into an issue with the toolchain. Want to read out and write into the ICC_x registers...
  • sse-200 instruction cache replacement policy
    I'm using a Musca-A1 board and looking through the documentation and the documentation of the Corelink SS2-200 I could not find any information regarding the instruction cache replacement policy... Can...
  • Offline asm dump
    Is there any way to get an offline asm dump for OpenCL kernels? We have a convolution shader generator that we use to generate for everything from iOS Metal to Android OpenCL. The kernels work with...