中文
相关论文

相关论文: A Further Study of Linux Kernel Hugepages on A64FX…

200 篇论文

The page cache is a central part of an OS. It reduces repeated accesses to storage by deciding which pages to retain in memory. As a result, the page cache has a significant impact on the performance of many applications. However, its…

操作系统 · 计算机科学 2025-02-06 Tal Zussman , Ioannis Zarkadas , Jeremy Carin , Andrew Cheng , Hubertus Franke , Jonas Pfefferle , Asaf Cidon

Shared high-performance computing (HPC) platforms, such as those provided by XSEDE and Compute Canada, enable researchers to carry out large-scale computational experiments at a fraction of the cost of the cloud. Most systems require the…

分布式、并行与集群计算 · 计算机科学 2020-02-17 Pierre Rioux , Gregory Kiar , Alexandre Hutton , Alan C. Evans , Shawn T. Brown

Optimal use of computing resources requires extensive coding, tuning and benchmarking. To boost developer productivity in these time consuming tasks, we introduce the Experimental Linear Algebra Performance Studies framework (ELAPS), a…

性能 · 计算机科学 2015-05-01 Elmar Peise , Paolo Bientinesi

We describe a new implementation of a parallel Tree-SPH code with the aim to simulate Galaxy Formation and Evolution. The code has been parallelized using SHMEM, a Cray proprietary library to handle communications between the 256 processors…

天体物理学 · 物理学 2009-10-31 Cesario Lia , Giovanni Carraro

This work presents an effort to bridge the gap between abstract high level programming and OpenCL by extending an existing high level Java programming framework (APARAPI), based on OpenCL, so that it can be used to program FPGAs at a high…

性能 · 计算机科学 2014-08-22 Oren Segal , Martin Margala , Sai Rahul Chalamalasetti , Mitch Wright

In this article we discuss our implementation of a polyphase filter for real-time data processing in radio astronomy. We describe in detail our implementation of the polyphase filter algorithm and its behaviour on three generations of…

天体物理仪器与方法 · 物理学 2016-04-22 Karel Adámek , Jan Novotný , Wes Armour

In recent years, hardware accelerators based on field-programmable gate arrays (FPGAs) have been widely adopted, thanks to FPGAs' extraordinary flexibility. However, with the high flexibility comes the difficulty in design and optimization.…

硬件体系结构 · 计算机科学 2022-07-19 Mang Yu , Sitao Huang , Deming Chen

Scientific computing in the exascale era demands increased computational power to solve complex problems across various domains. With the rise of heterogeneous computing architectures the need for vendor-agnostic, performance portability…

分布式、并行与集群计算 · 计算机科学 2025-11-05 Johansell Villalobos , Josef Ruzicka , Silvio Rizzi

This paper presents Flash, an optimized private inference (PI) hybrid protocol utilizing both homomorphic encryption (HE) and secure two-party computation (2PC), which can reduce the end-to-end PI latency for deep CNN models less than 1…

密码学与安全 · 计算机科学 2025-01-20 Hyeri Roh , Jinsu Yeo , Yeongil Ko , Gu-Yeon Wei , David Brooks , Woo-Seok Choi

Developing an efficient code for large, multiscale astrophysical simulations is crucial in preparing the upcoming era of exascale computing. RAMSES is an astrophysical simulation code that employs parallel processing based on the Message…

天体物理仪器与方法 · 物理学 2024-11-25 San Han , Yohan Dubois , Jaehyun Lee , Juhan Kim , Corentin Cadiou , Sukyoung K. Yi

The universe is permeated by magnetic fields, with strengths ranging from a femtogauss in the voids between the filaments of galaxy clusters to several teragauss in black holes and neutron stars. The standard model behind cosmological…

This paper presents OCTOPUS, a relativistic ray-tracing algorithm developed within a Fortran-based, OpenMP-accelerated framework, designed for asymptotically flat, spherically symmetric curved spacetimes. The code efficiently and accurately…

广义相对论与量子宇宙学 · 物理学 2025-10-15 Shiyang Hu , Shijie Tan , Dan Li , Lina Zhang , Chen Deng , Wenfu Cao

We leverage highly successful prior projects sponsored by multiple NSF grants and gifts from industry: the BLAS-like Library Instantiation Software (BLIS) and the libflame efforts to lay the foundation for a new flexible framework by…

数学软件 · 计算机科学 2026-04-09 Devin A. Matthews , Tze Meng Low , Margaret E. Myers , Devangi N. Parikh , Robert A. van de Geijn

We present the Feedback Acting on Baryons in Large-scale Environments (FABLE) suite of cosmological hydrodynamical simulations of galaxies, groups and clusters. The simulations use the AREPO moving-mesh code with a set of physical models…

星系天体物理 · 物理学 2018-07-13 Nicholas A. Henden , Ewald Puchwein , Sijing Shen , Debora Sijacki

Hardware heterogeneity is here to stay for high-performance computing. Large-scale systems are currently equipped with multiple GPU accelerators per compute node and are expected to incorporate more specialized hardware in the future. This…

分布式、并行与集群计算 · 计算机科学 2022-10-05 Polykarpos Thomadakis , Nikos Chrisochoides

Real-time AI experiences call for on-device large language models (OD-LLMs) optimized for efficient deployment on resource-constrained hardware. The most useful OD-LLMs produce near-real-time responses and exhibit broad hardware…

Hardware-aware design and optimization is crucial in exploiting emerging architectures for PDE-based computational fluid dynamics applications. In this work, we study optimizations aimed at acceleration of OpenFOAM-based applications on…

分布式、并行与集群计算 · 计算机科学 2015-05-29 Amani AlOnazi , David Keyes , Alexey Lastovetsky , Vladimir Rychkov

A new parallel computing framework has been developed to use with general-purpose radiation transport codes. The framework was implemented as a C++ module that uses MPI for message passing. The module is significantly independent of…

加速器物理 · 物理学 2012-02-13 M. A. Kostin , N. V. Mokhov , K. Niita

Fully homomorphic encryption allows the evaluation of arbitrary functions on encrypted data. It can be leveraged to secure outsourced and multiparty computation. TFHE is a fast torus-based fully homomorphic encryption scheme that allows…

密码学与安全 · 计算机科学 2025-12-29 Valentin Reyes Häusler , Gabriel Ott , Aruna Jayasena , Andreas Peter

To concisely and effectively demonstrate the capabilities of our program transformation system Loo.py, we examine a transformation path from two real-world Fortran subroutines as found in a weather model to a single high-performance…

编程语言 · 计算机科学 2018-10-05 Andreas Klöckner , Lucas C. Wilcox , T. Warburton