中文
相关论文

相关论文: Libsharp - spherical harmonic transforms revisited

200 篇论文

Searching for geometric objects that are close in space is a fundamental component of many applications. The performance of search algorithms comes to the forefront as the size of a problem increases both in terms of total object count as…

分布式、并行与集群计算 · 计算机科学 2022-06-30 D. Lebrun-Grandié , A. Prokopenko , B. Turcksin , S. R. Slattery

This work introduces CLBlast, an open-source BLAS library providing optimized OpenCL routines to accelerate dense linear algebra for a wide variety of devices. It is targeted at machine learning and HPC applications and thus provides a fast…

数学软件 · 计算机科学 2018-04-30 Cedric Nugteren

Recently we presented TTC, a domain-specific compiler for tensor transpositions. Despite the fact that the performance of the generated code is nearly optimal, due to its offline nature, TTC cannot be utilized in all the application codes…

数学软件 · 计算机科学 2017-05-12 Paul Springer , Tong Su , Paolo Bientinesi

Massively parallel Fourier transforms are widely used in computational sciences, and specifically in computational fluid dynamics which involves unbounded Poisson problems. In practice the latter is usually the most time-consuming operation…

分布式、并行与集群计算 · 计算机科学 2023-03-22 Pierre Balty , Philippe Chatelain , Thomas Gillis

Numerical simulations are ubiquitous in mathematics and computational science. Several industrial and clinical applications entail modeling complex multiphysics systems that evolve over a variety of spatial and temporal scales. This study…

数学软件 · 计算机科学 2022-11-14 Pasquale Claudio Africa

Almost all applications stop scaling at some point; those that don't are seldom performant when considering time to solution on anything but aspirational/unicorn resources. Recognizing these tradeoffs as well as greater user functionality…

分布式、并行与集群计算 · 计算机科学 2021-06-28 Stephen Hudson , Jeffrey Larson , John-Luke Navarro , Stefan M. Wild

In recent years, a series of scaling correction (SC) methods have been developed in the Yang laboratory to reduce and eliminate the delocalization error, which is an intrinsic and systematic error existing in conventional density functional…

化学物理 · 物理学 2021-11-18 Yuncai Mei , Jincheng Yu , Zehua Chen , Neil Qiang Su , Weitao Yang

This paper presents LIBTwinSVM, a free, efficient, and open source library for Twin Support Vector Machines (TSVMs). Our library provides a set of useful functionalities such as fast TSVMs estimators, model selection, visualization, a…

机器学习 · 计算机科学 2020-01-29 Amir M. Mir , Mahdi Rahbar , Jalal A. Nasiri

Post-training quantization (PTQ) is essential for deploying LLMs under memory and bandwidth constraints. However, extreme low-bit quantization remains highly sensitive to activation outliers and anisotropic weight curvature. Existing…

机器学习 · 计算机科学 2026-05-29 Artur Zagitov , Gleb Molodtsov , Aleksandr Beznosikov

Following in the footsteps of the success of Mathlib - the centralised library of formalised mathematics in Lean - CSLib is a rapidly-growing centralised library of formalised computer science and software. In this paper, we present its…

计算机科学中的逻辑 · 计算机科学 2026-02-18 Christopher Henson , Fabrizio Montesi

Processing-in-memory (PIM) promises to alleviate the data movement bottleneck in modern computing systems. However, current real-world PIM systems have the inherent disadvantage that their hardware is more constrained than in conventional…

数学软件 · 计算机科学 2023-09-07 Maurus Item , Juan Gómez-Luna , Yuxin Guo , Geraldo F. Oliveira , Mohammad Sadrosadati , Onur Mutlu

Fully-strict fork-join parallelism is a powerful model for shared-memory programming due to its optimal time scaling and strong bounds on memory scaling. The latter is rarely achieved due to the difficulty of implementing continuation…

分布式、并行与集群计算 · 计算机科学 2024-02-29 Conor John Williams , James Elliott

Ever brighter light sources, fast parallel detectors, and advances in phase retrieval methods, have made ptychography a practical and popular imaging technique. Compared to previous techniques, ptychography provides superior robustness and…

The progression of scientific computing resources has enabled the numerical approximation of mathematical models describing complex physical phenomena. A significant portion of researcher time is typically dedicated to the development of…

数学软件 · 计算机科学 2015-06-22 Paul T. Bauman , Roy H. Stogner

We introduce SpDISTAL, a compiler for sparse tensor algebra that targets distributed systems. SpDISTAL combines separate descriptions of tensor algebra expressions, sparse data structures, data distribution, and computation distribution.…

分布式、并行与集群计算 · 计算机科学 2022-07-29 Rohan Yadav , Alex Aiken , Fredrik Kjolstad

The Bulk Synchronous Parallel(BSP) computational model has emerged as the dominant distributed framework to build large-scale iterative graph processing systems. While its implementations(e.g., Pregel, Giraph, and Hama) achieve high…

分布式、并行与集群计算 · 计算机科学 2017-06-23 Qun Chen , Song Bai , Zhanhuai Li , Zhiying Gou , Bo Suo , Wei Pan

We demonstrate a fast spin-s spherical harmonic transform algorithm, which is flexible and exact for band-limited functions. In contrast to previous work, where spin transforms are computed independently, our algorithm permits the…

天体物理仪器与方法 · 物理学 2010-07-22 K. M. Huffenberger , B. D. Wandelt

In this paper, we present an early version of a SYCL-based FFT library, capable of running on all major vendor hardware, including CPUs and GPUs from AMD, ARM, Intel and NVIDIA. Although preliminary, the aim of this work is to seed further…

分布式、并行与集群计算 · 计算机科学 2022-05-10 Vincent R. Pascuzzi , Mehdi Goli

This book focuses on the use of algorithmic high-level synthesis (HLS) to build application-specific FPGA systems. Our goal is to give the reader an appreciation of the process of creating an optimized hardware design using HLS. Although…

硬件体系结构 · 计算机科学 2018-05-11 Ryan Kastner , Janarbek Matai , Stephen Neuendorffer

The well known method C-Slow Retiming (CSR) can be used to automatically convert a given CPU into a multithreaded CPU with independent threads. These CPUs are then called streaming or barrel processors. System Hyper Pipelining (SHP) adds a…

硬件体系结构 · 计算机科学 2015-08-31 Tobias Strauch