中文
相关论文

相关论文: GPU Algorithms for Efficient Exascale Discretizati…

200 篇论文

Computing on graphics processors is maybe one of the most important developments in computational science to happen in decades. Not since the arrival of the Beowulf cluster, which combined open source software with commodity hardware to…

数学软件 · 计算机科学 2011-09-21 Felipe A. Cruz , Simon K. Layton , Lorena A. Barba

Evolutionary algorithms (EAs) are increasingly implemented on graphics processing units (GPUs) to leverage parallel processing capabilities for enhanced efficiency. However, existing studies largely emphasize the raw speedup obtained by…

神经与进化计算 · 计算机科学 2026-01-28 Xinmeng Yu , Tao Jiang , Ran Cheng , Yaochu Jin , Kay Chen Tan

Differential Evolution (DE) is a highly successful population based global optimisation algorithm, commonly used for solving numerical optimisation problems. However, as the complexity of the objective function increases, the wall-clock…

神经与进化计算 · 计算机科学 2024-05-28 Dylan Janssen , Wayne Pullan , Alan Wee-Chung Liew

Evolutionary computing (EC) has proven to be effective in solving complex optimization and robotics problems. Unfortunately, typical Evolutionary Algorithms (EAs) are constrained by the computational capacity available to researchers. More…

分布式、并行与集群计算 · 计算机科学 2025-02-19 Rustam Eynaliyev , Houcen Liu

General Matrix Multiplication (GEMM) is a critical operation underpinning a wide range of applications in high-performance computing (HPC) and artificial intelligence (AI). The emergence of hardware optimized for low-precision arithmetic…

分布式、并行与集群计算 · 计算机科学 2025-08-21 Qiao Zhang , Rabab Alomairy , Dali Wang , Zhuowei Gu , Qinglei Cao

Support for lower precision computation is becoming more common in accelerator hardware due to lower power usage, reduced data movement and increased computational performance. However, computational science and engineering (CSE) problems…

Modern computers have graphics cards with much higher theoretical efficiency than conventional CPU. The paper presents application possibilities GPU CUDA acceleration for encryption of data using the new architecture tailored to the 3DES…

分布式、并行与集群计算 · 计算机科学 2013-05-21 Lukasz Swierczewski

As the need for computational power and efficiency rises, parallel systems become increasingly popular among various scientific fields. While multiple core-based architectures have been the center of attention for many years, the rapid…

分布式、并行与集群计算 · 计算机科学 2019-06-11 E. I. Ioannidis , N. Cheimarios , A. N. Spyropoulos , A. G. Boudouvis

Recently developed deep neural models like NetGAN, CELL, and Variational Graph Autoencoders have made progress but face limitations in replicating key graph statistics on generating large graphs. Diffusion-based methods have emerged as…

机器学习 · 计算机科学 2023-10-31 Mingyang Wu , Xiaohui Chen , Li-Ping Liu

We demonstrate a high-performance vendor-agnostic method for massively parallel solving of ensembles of ordinary differential equations (ODEs) and stochastic differential equations (SDEs) on GPUs. The method is integrated with a widely used…

Graphics processors, or GPUs, have recently been widely used as accelerators in the shared environments such as clusters and clouds. In such shared environments, many kernels are submitted to GPUs from different users, and throughput is an…

分布式、并行与集群计算 · 计算机科学 2013-03-22 Jianlong Zhong , Bingsheng He

Verifying computational processes in decentralized networks poses a fundamental challenge, particularly for Graphics Processing Unit (GPU) computations. Our investigation reveals significant limitations in existing approaches: exact…

新兴技术 · 计算机科学 2025-01-10 Eric Boniardi , Stanley Bishop , Alison Haire

We study first-order optimization methods obtained by discretizing ordinary differential equations (ODEs) corresponding to Nesterov's accelerated gradient methods (NAGs) and Polyak's heavy-ball method. We consider three discretization…

最优化与控制 · 数学 2019-11-05 Bin Shi , Simon S. Du , Weijie J. Su , Michael I. Jordan

To address the challenge of performance analysis on the US DOE's forthcoming exascale supercomputers, Rice University has been extending its HPCToolkit performance tools to support measurement and analysis of GPU-accelerated applications.…

分布式、并行与集群计算 · 计算机科学 2021-09-16 Keren Zhou , Laksono Adhianto , Jonathon Anderson , Aaron Cherian , Dejan Grubisic , Mark Krentel , Yumeng Liu , Xiaozhu Meng , John Mellor-Crummey

Leveraging large data sets, deep Convolutional Neural Networks (CNNs) achieve state-of-the-art recognition accuracy. Due to the substantial compute and memory operations, however, they require significant execution time. The massive…

分布式、并行与集群计算 · 计算机科学 2016-10-13 Chao Li , Yi Yang , Min Feng , Srimat Chakradhar , Huiyang Zhou

Matrix decompositions are ubiquitous in machine learning, including applications in dimensionality reduction, data compression and deep learning algorithms. Typical solutions for matrix decompositions have polynomial complexity which…

With the hardware support for half-precision arithmetic on NVIDIA V100 GPUs, high-performance computing applications can benefit from lower precision at appropriate spots to speed up the overall execution time. In this paper, we investigate…

数学软件 · 计算机科学 2020-07-16 Kyaw L. Oo , Andreas Vogel

The two-dimensional discrete wavelet transform has a huge number of applications in image-processing techniques. Until now, several papers compared the performance of such transform on graphics processing units (GPUs). However, all of them…

计算机视觉与模式识别 · 计算机科学 2017-05-24 David Barina , Michal Kula , Michal Matysek , Pavel Zemcik

This paper describes the algorithms, features and implementation of PyDEC, a Python library for computations related to the discretization of exterior calculus. PyDEC facilitates inquiry into both physical problems on manifolds as well as…

数值分析 · 计算机科学 2012-02-28 Nathan Bell , Anil N. Hirani

Recent progress in deep learning has been driven by increasingly larger models. However, their computational and energy demands have grown proportionally, creating significant barriers to their deployment and to a wider adoption of deep…

机器学习 · 计算机科学 2025-09-16 Pedro Savarese