中文
相关论文

相关论文: ParFORM: recent development

200 篇论文

What is a systematic way to efficiently apply a wide spectrum of advanced ML programs to industrial scale problems, using Big Models (up to 100s of billions of parameters) on Big Data (up to terabytes or petabytes)? Modern parallelization…

Parallel batched data structures are designed to process synchronized batches of operations in a parallel computing model. In this paper, we propose parallel combining, a technique that implements a concurrent data structure from a parallel…

分布式、并行与集群计算 · 计算机科学 2018-11-14 Vitaly Aksenov , Petr Kuznetsov , Anatoly Shalyto

Creating formal models of interactive systems has wide reaching benefits, not only for verifying low-level correctness, but also as a tool for ensuring user interfaces behave logically and consistently. Despite this, tools for designing…

软件工程 · 计算机科学 2018-11-28 Nathaniel Watson , Steve Reeves , Paolo Masci

The quadratic complexity of standard self-attention severely limits the application of Transformer-based models to long-context tasks. While efficient Transformer variants exist, they often require architectural changes and costly…

计算与语言 · 计算机科学 2025-11-14 Jiangshu Du , Wenpeng Yin , Philip Yu

This is my working paper on a proposed logical framework for the practice of mathematics, which is paralleled by philosophical considerations and a computer implementation (a variant of Automath). Updated 10/27/2016 with a version from…

逻辑 · 数学 2016-10-31 M. Randall Holmes

We present an algorithm that exploits quantum parallelism to simulate randomness in a quantum system. In our scheme, all possible realizations of the random parameters are encoded quantum mechanically in a superposition state of an…

其他凝聚态物理 · 物理学 2009-11-11 B. Paredes , F. Verstraete , J. I. Cirac

A task-sequencing simulator in robotics manipulation to integrate simulation-for-learning and simulation-for-execution is introduced. Unlike existing machine-learning simulation where a non-decomposed simulation is used to simulate a…

机器人学 · 计算机科学 2023-01-05 Kazuhiro Sasabuchi , Daichi Saito , Atsushi Kanehira , Naoki Wake , Jun Takamatsu , Katsushi Ikeuchi

Transformer model architectures have garnered immense interest lately due to their effectiveness across a range of domains like language, vision and reinforcement learning. In the field of natural language processing for example,…

机器学习 · 计算机科学 2022-03-15 Yi Tay , Mostafa Dehghani , Dara Bahri , Donald Metzler

We describe a new, parallel programming version of the scalar field simulation program LATTICEEASY. The new C++ program, CLUSTEREASY, can simulate arbitrary scalar field models on distributed-memory clusters. The speed and memory…

高能物理 - 唯象学 · 物理学 2010-05-28 Gary N Felder

Algorithmic skeletons are used as building-blocks to ease the task of parallel programming by abstracting the details of parallel implementation from the developer. Most existing libraries provide implementations of skeletons that are…

编程语言 · 计算机科学 2016-07-11 Venkatesh Kannan , G. W. Hamilton

Simulators are a primary tool in computer architecture research but are extremely computationally intensive. Simulating modern architectures with increased core counts and recent workloads can be challenging, even on modern hardware. This…

分布式、并行与集群计算 · 计算机科学 2025-05-27 Rodrigo Huerta , Antonio González

Due to decelerating gains in single-core CPU performance, computationally expensive simulations are increasingly executed on highly parallel hardware platforms. Agent-based simulations, where simulated entities act with a certain degree of…

多智能体系统 · 计算机科学 2018-07-04 Jiajian Xiao , Philipp Andelfinger , David Eckhoff , Wentong Cai , Alois Knoll

Stochastic, spatial reaction-diffusion simulations have been widely used in systems biology and computational neuroscience. However, the increasing scale and complexity of simulated models and morphologies have exceeded the capacity of any…

定量方法 · 定量生物学 2016-10-10 Weiliang Chen , Erik De Schutter

Modern switches have packet processing capacity of up to multi-tera bits per second, and they are also becoming more and more programmable. We seek to understand whether the programmability can translate packet processing capacity to…

网络与互联网体系结构 · 计算机科学 2018-03-06 Li Chen , Ge Chen , Justinas Lingys , Kai Chen

Parallel programming models exist as an abstraction of hardware and memory architectures. There are several parallel programming models in commonly use; they are shared memory model, thread model, message passing model, data parallel model,…

软件工程 · 计算机科学 2010-04-28 Bala Dhandayuthapani Veerasamy

Runtime scheduling and workflow systems are an increasingly popular algorithmic component in HPC because they allow full system utilization with relaxed synchronization requirements. There are so many special-purpose tools for task…

分布式、并行与集群计算 · 计算机科学 2023-11-03 David M. Rogers

The widespread 'deeper is better' philosophy has driven the creation of architectures like ResNet and Transformer, which achieve high performance by stacking numerous layers. However, increasing model depth comes with challenges such as…

机器学习 · 计算机科学 2026-02-25 Wei Wang , Xiao-Yong Wei , Qing Li

There are billions of lines of sequential code inside nowadays' software which do not benefit from the parallelism available in modern multicore architectures. Automatically parallelizing sequential code, to promote an efficient use of the…

编程语言 · 计算机科学 2016-04-13 Alcides Fonseca , Bruno Cabral , João Rafael , Ivo Correia

In this work-in-progress paper we explore using the recently introduced VLSM formalism to define and reason about the dynamics of agent-based systems. To this aim we use VLSMs to formally present several possible approaches to modeling the…

计算机科学中的逻辑 · 计算机科学 2023-09-26 Dafina Trufaş , Ioan Teodorescu , Denisa Diaconescu , Traian Şerbănuţă , Vlad Zamfir

We introduce PDE-Transformer, an improved transformer-based architecture for surrogate modeling of physics simulations on regular grids. We combine recent architectural improvements of diffusion transformers with adjustments specific for…

机器学习 · 计算机科学 2025-06-02 Benjamin Holzschuh , Qiang Liu , Georg Kohl , Nils Thuerey