• 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...
  • simd neon matrix multiplication works worse than simple
    Hi, here is my case: I make the game and go to optimize the mathematical calculations, I have been long and hard (with interruptions) writing math on neon (.s extension files). And in the end I got it...
  • Unaligned memory accesses in ARM V7 core throwing some error....
    typedef struct __attribute__((__packed__)) { uint8_t op_code; uint8_t flags; uint32_t logical_block_addr; uint8_t group_num; uint16_t tx_length; uint8_t control; } SCSI_READ10_t;...
  • IOS Development Shaking Gesture
    Hi all, In Swift IOS app Development I need help with the code for: When I get the app going I need the function for resetting the app back to the start once I shake the device on the last view controller...
  • Mali Graphic Debugger can not work on Android 8.0
    PC : Mali Graphics Debugger from Arm Ltd. Version: 5.1.0.8a0102de i follow the step of documents about using mgd on unroot-devices my phone is huawei P20 Mate 20 V10 and Oppo r15 , they are...