English
Related papers

Related papers: GooFit: A library for massively parallelising maxi…

200 papers

We present PEANUT (ParallEl AligNment UTility), a highly parallel GPU-based read mapper with several distinguishing features, including a novel q-gram index (called the q-group index) with small memory footprint built on-the-fly over the…

Data Structures and Algorithms · Computer Science 2014-03-10 Johannes Köster , Sven Rahmann

We investigate the problem of exact set similarity joins using a co-process CPU-GPU scheme. The state-of-the-art CPU solutions split the wok in two main phases. First, filtering and index building takes place to reduce the candidate sets to…

Databases · Computer Science 2018-12-24 Christos Bellas , Anastasios Gounaris

Discrete optimization is a central problem in artificial intelligence. The optimization of the aggregated cost of a network of cost functions arises in a variety of problems including (W)CSP, DCOP, as well as optimization in stochastic…

Artificial Intelligence · Computer Science 2018-01-12 Ferdinando Fioretto , Enrico Pontelli , William Yeoh , Rina Dechter

Deploying deep learning (DL) models across multiple compute devices to train large and complex models continues to grow in importance because of the demand for faster and more frequent training. Data parallelism (DP) is the most widely used…

Machine Learning · Computer Science 2022-11-08 Saptadeep Pal , Eiman Ebrahimi , Arslan Zulfiqar , Yaosheng Fu , Victor Zhang , Szymon Migacz , David Nellans , Puneet Gupta

Open-source process mining provides many algorithms for the analysis of event data which could be used to analyze mainstream processes (e.g., O2C, P2P, CRM). However, compared to commercial tools, they lack the performance and struggle to…

Databases · Computer Science 2022-04-12 Alessandro Berti , Minh Phan Nghia , Wil M. P. van der Aalst

In this article, we introduce, a novel open-source framework designed for efficient parallel computation of projections in tomography leveraging either multiple CPU cores or GPUs. This framework efficiently implements forward and back…

Medical Physics · Physics 2023-12-18 Georg Schramm , Kris Thielemans

A spectral fitter based on the graphics processor unit (GPU) has been developed for Borexino solar neutrino analysis. It is able to shorten the fitting time to a superior level compared to the CPU fitting procedure. In Borexino solar…

Data Analysis, Statistics and Probability · Physics 2020-01-22 X. F. Ding , M. Agostini , K. Altenmuller , S. Appel , V. Atroshchenko , Z. Bagdasarian , D. Basilico , G. Bellini , J. Benziger , D. Bick , G. Bonfini , D. Bravo , B. Caccianiga , F. Calaprice , A. Caminata , S. Caprioli , M. Carlini , P. Cavalcante , A. Chepurnov , K. Choi , L. Collica , D. D'Angelo , S. Davini , A. Derbin , A. Di Ludovico , L. Di Noto , I. Drachnev , K. Fomenko , A. Formozov , D. Franco , F. Froborg , F. Gabriele , C. Galbiati , C. Ghiano , M. Giammarchi , A. Goretti , M. Gromov , D. Guffanti , C. Hagner , T. Houdy , E. Hungerford , Aldo Ianni , Andrea Ianni , A. Jany , D. Jeschke , V. Kobychev , D. Korablev , G. Korga , D. Kryn , M. Laubenstein , E. Litvinovich , F. Lombardi , P. Lombardi , L. Ludhova , G. Lukyanchenko , L. Lukyanchenko , I. Machulin , G. Manuzio , S. Marcocci , J. Martyn , E. Meroni , M. Meyer , L. Miramonti , M. Misiaszek , V. Muratova , B. Neumair , L. Oberauer , B. Opitz , V. Orekhov , F. Ortica , M. Pallavicini , L. Papp , O. Penek , N. Pilipenko , A. Pocar , A. Porcelli , G. Ranucci , A. Razeto , A. Re , M. Redchuk , A. Romani , R. Roncin , N. Rossi , S. Schonert , D. Semenov , M. Skorokhvatov , O. Smirnov , A. Sotnikov , L. F. F. Stokes , Y. Suvorov , R. Tartaglia , G. Testera , J. Thurn , M. Toropova , E. Unzhakov , A. Vishneva , R. B. Vogelaar , F. von Feilitzsch , H. Wang , S. Weinz , M. Wojcik , M. Wurm , Z. Yokley , O. Zaimidoroga , S. Zavatarelli , K. Zuber , G. Zuzel

Matrix multiplication is a foundational operation in scientific computing and machine learning, yet its computational complexity makes it a significant bottleneck for large-scale applications. The shift to parallel architectures, primarily…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-07-30 Mufakir Qamar Ansari , Mudabir Qamar Ansari

The library PRAND for pseudorandom number generation for modern CPUs and GPUs is presented. It contains both single-threaded and multi-threaded realizations of a number of modern and most reliable generators recently proposed and studied in…

Computational Physics · Physics 2014-02-18 L. Yu. Barash , L. N. Shchur

Graph Neural Networks (GNNs) are powerful deep learning models to generate node embeddings on graphs. When applying deep GNNs on large graphs, it is still challenging to perform training in an efficient and scalable way. We propose a novel…

Machine Learning · Computer Science 2020-10-08 Hanqing Zeng , Hongkuan Zhou , Ajitesh Srivastava , Rajgopal Kannan , Viktor Prasanna

Large language models (LLMs) have revolutionized natural language processing, yet their high computational demands pose significant challenges for real-time inference, especially in multi-user server speculative decoding and…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-12-16 Phuong Tran , Tzu-Hao Liu , Long Tan Le , Tung-Anh Nguyen , Van Quan La , Eason Yu , Han Shu , Choong Seon Hong , Nguyen H. Tran

Gaussian processes (GPs) are generally regarded as the gold standard surrogate model for emulating computationally expensive computer-based simulators. However, the problem of training GPs as accurately as possible with a minimum number of…

Methodology · Statistics 2024-11-26 Hossein Mohammadi , Peter Challenor

These lecture notes are designed to accompany an imaginary, virtual, undergraduate, one or two semester course on fundamentals of Parallel Computing as well as to serve as background and reference for graduate courses on High-Performance…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-10-02 Jesper Larsson Träff

The graphics processing unit (GPU) has emerged as a powerful and cost effective processor for general performance computing. GPUs are capable of an order of magnitude more floating-point operations per second as compared to modern central…

Computation · Statistics 2012-07-24 Mark Franey , Pritam Ranjan , Hugh Chipman

We describe the multi-GPU gradient boosting algorithm implemented in the XGBoost library (https://github.com/dmlc/xgboost). Our algorithm allows fast, scalable training on multi-GPU systems with all of the features of the XGBoost library.…

Machine Learning · Computer Science 2018-07-02 Rory Mitchell , Andrey Adinets , Thejaswi Rao , Eibe Frank

Large language models represent a groundbreaking shift in generative AI. Yet, these advances come with a significant challenge: the high cost of model serving. To mitigate these costs, consumer-grade GPUs emerge as a more affordable…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-10-17 Lewei Jin , Yongqi Chen , Kui Zhang , Yifan Zhuo , Yi Gao , Bowei Yang , Zhengong Cai , Wei Dong

Gradient boosting decision trees (GBDTs) have seen widespread adoption in academia, industry and competitive data science due to their state-of-the-art performance in many machine learning tasks. One relative downside to these models is the…

Machine Learning · Computer Science 2019-01-18 Andreea Anghel , Nikolaos Papandreou , Thomas Parnell , Alessandro De Palma , Haralampos Pozidis

Learning continuous representations of nodes is attracting growing interest in both academia and industry recently, due to their simplicity and effectiveness in a variety of applications. Most of existing node embedding algorithms and…

Machine Learning · Computer Science 2019-03-05 Zhaocheng Zhu , Shizhen Xu , Meng Qu , Jian Tang

Python is the de-facto language for software development in artificial intelligence (AI). Commonly used libraries, such as PyTorch and TensorFlow, rely on parallelization built into their BLAS backends to achieve speedup on CPUs. However,…

Machine Learning · Computer Science 2025-05-02 Maksim Helmann , Alexander Strack , Dirk Pflüger

Graphics processing units (GPU) had evolved from a specialized hardware capable to render high quality graphics in games to a commodity hardware for effective processing blocks of data in a parallel schema. This evolution is particularly…

Distributed, Parallel, and Cluster Computing · Computer Science 2012-03-26 Luis Cabellos
‹ Prev 1 3 4 5 6 7 10 Next ›