paper-with-me

홈 › Papers

Accelerating HPC codes on Intel(R) Omni-Path Architecture networks: From particle physics to Machine Learning

2017-11-13 · Peter Boyle, Michael Chuvelev, Guido Cossu, Christopher Kelly, Christoph Lehner, Lawrence Meadows

We discuss practical methods to ensure near wirespeed performance from clusters with either one or two Intel(R) Omni-Path host fabric interfaces (HFI) per node, and Intel(R) Xeon Phi(TM) 72xx (Knight's Landing) processors, and using the Linux operating system. The study evaluates the performance improvements achievable and the required programming approaches in two distinct example problems: firstly in Cartesian communicator halo exchange problems, appropriate for structured grid PDE solvers that arise in quantum chromodynamics simulations of particle physics, and secondly in gradient reduction appropriate to synchronous stochastic gradient descent for machine learning. As an example, we accelerate a published Baidu Research reduction code and obtain a factor of ten speedup over the original code using the techniques discussed in this paper. This displays how a factor of ten speedup in strongly scaled distributed machine learning could be achieved when synchronous stochastic gradient descent is massively parallelised with a fixed mini-batch size. We find a significant improvement in performance robustness when memory is obtained using carefully allocated 2MB "huge" virtual memory pages, implying that either non-standard allocation routines should be used for communication buffers. These can be accessed via a LD\_PRELOAD override in the manner suggested by libhugetlbfs. We make use of a the Intel(R) MPI 2019 library "Technology Preview" and underlying software to enable thread concurrency throughout the communication software stake via multiple PSM2 endpoints per process and use of multiple independent MPI communicators. When using a single MPI process per node, we find that this greatly accelerates delivered bandwidth in many core Intel(R) Xeon Phi processors.

📄 PDF Abstract BibTeX arXiv:1711.04883

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

OmniWeaving: Towards Unified Video Generation with Free-form Composition and Reasoning

2026-03-25 · Kaihang Pan, Qi Tian, Jianwei Zhang, Weijie Kong 외 arxiv

While proprietary systems such as Seedance-2.0 have achieved remarkable success in omni-capable video generation, open-source alternatives significantly lag behind. Most academic models remain heavily fragmented, and the…

Video Generation

OMHBench: Benchmarking Balanced and Grounded Omni-Modal Multi-Hop Reasoning

2025-08-22 · Seunghee Kim, Ingyu Bang, Seokgyu Jang, Changhyeon Kim 외 arxiv

Multimodal Large Language Models (MLLMs) have increasingly supported omni-modal processing across text, vision, and speech. However, existing evaluation frameworks for such models suffer from critical limitations, includ…

OmniNav: A Unified Framework for Prospective Exploration and Visual-Language Navigation

2025-09-30 · Xinda Xue, Junjun Hu, Minghua Luo, Shichao Xie 외 arxiv

Embodied navigation presents a core challenge for intelligent robots, requiring the comprehension of visual environments, natural language instructions, and autonomous exploration. Existing models often fall short in off…

Image Captioning

Game Theory Driven Multi-Agent Framework Mitigates Language Model Hallucination

2026-07-09 · Runzhe Liu, Biquan Bie, Zihao Wang, Yuchao Ma 외 arxiv

The application of lightweight Large Language Models in rule-based scientific domains remains severely limited by their tendency to mimic linguistic patterns rather than reproduce axiomatic reasoning, causing frequent ha…

Human Behavior Atlas: Benchmarking Unified Psychological and Social Behavior Understanding

2025-10-06 · Keane Ong, Wei Dai, Carol Li, Dewei Feng 외 arxiv

Using intelligent systems to perceive psychological and social behaviors, that is, the underlying affective, cognitive, and pathological states that are manifested through observable behaviors and social interactions, re…