• Automated Performance Advice for Android Games

    Peter Harris
    Peter Harris

    Mobile gaming is advancing rapidly in terms of sophistication, with increasing numbers of successful high-fidelity 3D games exploiting the performance capabilities of the latest smartphones. As the complexity of content rises, the traditional approach…

    • 3 months ago
    • Graphics and Gaming
    • Graphics and Gaming blog
  • Accelerate your shaders with Mali Offline Compiler 7.0

    Peter Harris
    Peter Harris

    Shader programs for OpenGL ES and Vulkan are one of the most important inputs an application provides to render a scene because they define the processing operations executed by the GPU shader core hardware. They are also one of the hardest aspects of…

    • 7 months ago
    • Graphics and Gaming
    • Graphics and Gaming blog
  • 在持续集成系统中使用Arm Forge

    章政
    章政

    本文翻译自Continuous Integration with Arm Forge

    为了提高软件,特别是有多人参与的大型软件,的整合性和质量,持续集成(CI)在软件工程中广泛使用。随着代码的增多,优化的深入,高性能计算(HPC)应用也可以通过Jenkins之类的的CI框架来确保软件符合精度和性能的需求。

    CI工具其实就是管理项目的在一堆代码和依赖资源上进行并行构建,测试的机器人。他们可以和版本控制 软件,构建系统或者单元测试框架进行对接,以在开发流程中实现更好的集成系统。最后它还可以收集并聚合测试数据来显示应用的健康程度…

    • over 1 year ago
    • 中文社区
    • 中文社区博客
  • Continuous Integration with Arm Forge

    Florent Lebeau
    Florent Lebeau

    Continuous integration or CI is widely used in software engineering to improve software integration and quality, especially for large projects that involve a lot of developers. Naturally, high performance computing (HPC) applications can benefit from…

    • over 2 years ago
    • High Performance Computing
    • HPC blog