Výsledky vyhledávání - Computing methodologies Distributed computing methodologies Distributed programming languages
-
1
MAD-Max Beyond Single-Node: Enabling Large Machine Learning Model Acceleration on Distributed Systems
Vydáno: IEEE 29.06.2024Vydáno v 2024 ACM/IEEE 51st Annual International Symposium on Computer Architecture (ISCA) (29.06.2024)“…Training and deploying large-scale machine learning models is time-consuming, requires significant distributed computing infrastructures, and incurs high operational costs…”
Získat plný text
Konferenční příspěvek -
2
Skywalker: Efficient Alias-Method-Based Graph Sampling and Random Walk on GPUs
Vydáno: IEEE 01.09.2021Vydáno v 2021 30th International Conference on Parallel Architectures and Compilation Techniques (PACT) (01.09.2021)“…Graph sampling and random walk operations, capturing the structural properties of graphs, are playing an important role today as we cannot directly adopt computing-intensive algorithms on large-scale graphs…”
Získat plný text
Konferenční příspěvek -
3
Gluon-Async: A Bulk-Asynchronous System for Distributed and Heterogeneous Graph Analytics
ISSN: 2641-7936Vydáno: IEEE 01.09.2019Vydáno v Proceedings / International Conference on Parallel Architectures and Compilation Techniques (01.09.2019)“…Distributed graph analytics systems for CPUs, like D-Galois and Gemini, and for GPUs, like D-IrGL and Lux, use a bulk-synchronous parallel (BSP…”
Získat plný text
Konferenční příspěvek -
4
AdaGL: Adaptive Learning for Agile Distributed Training of Gigantic GNNs
Vydáno: IEEE 09.07.2023Vydáno v 2023 60th ACM/IEEE Design Automation Conference (DAC) (09.07.2023)“…Distributed GNN training on contemporary massive and densely connected graphs requires information aggregation from all neighboring nodes, which leads to an explosion of inter-server communications…”
Získat plný text
Konferenční příspěvek -
5
Auto-parallelizing stateful distributed streaming applications
Vydáno: ACM 01.09.2012Vydáno v PACT'12 : proceedings of the 21st International Conference on Parallel Architectures and Compilation Techniques, September 19-23, Minneapolis, Minnesota, USA (01.09.2012)“… They are comprised of operator graphs that produce and consume data tuples. The streaming programming model naturally exposes task and pipeline parallelism, enabling it to exploit parallel systems of all kinds, including large clusters…”
Získat plný text
Konferenční příspěvek -
6
Optimizing Distributed ML Communication with Fused Computation-Collective Operations
Vydáno: IEEE 17.11.2024Vydáno v SC24: International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…Machine learning models are distributed across multiple nodes using numerous parallelism strategies…”
Získat plný text
Konferenční příspěvek -
7
Legate Sparse: Distributed Sparse Computing in Python
ISSN: 2167-4337Vydáno: ACM 11.11.2023Vydáno v International Conference for High Performance Computing, Networking, Storage and Analysis (Online) (11.11.2023)“… The standard implementation of SciPy is restricted to a single CPU and cannot take advantage of modern distributed and accelerated computing resources…”
Získat plný text
Konferenční příspěvek -
8
Introduction to Parallel and Distributed Programming using N-Body Simulations
Vydáno: IEEE 17.11.2024Vydáno v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…This paper describes how we use n-body simulations as an interesting and visually compelling way to teach efficient, parallel, and distributed programming…”
Získat plný text
Konferenční příspěvek -
9
Legate NumPy: Accelerated and Distributed Array Computing
ISSN: 2167-4337Vydáno: ACM 17.11.2019Vydáno v SC19: International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2019)“… Legate works by translating NumPy programs to the Legion programming model and then leverages the scalability of the Legion runtime system to distribute data and computations across an arbitrary sized machine. Compared to similar programs written in the distributed Dask array library in Python, Legate achieves speed-ups of up to 10X on 1280 CPUs and 100X on 256 GPUs…”
Získat plný text
Konferenční příspěvek -
10
Managing Workflow Malleability in Urgent Computing for Earthquake Alerts
Vydáno: IEEE 17.11.2024Vydáno v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“… UCIS4EQ is an urgent computing platform that estimates ground shaking based on high-performance parallel 3D simulations…”
Získat plný text
Konferenční příspěvek -
11
Enabling Low-Overhead HT-HPC Workflows at Extreme Scale using GNU Parallel
Vydáno: IEEE 17.11.2024Vydáno v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…GNU Parallel is a versatile and powerful tool for process parallelization widely used in scientific computing…”
Získat plný text
Konferenční příspěvek -
12
A Sparsity-Aware Distributed-Memory Algorithm for Sparse-Sparse Matrix Multiplication
Vydáno: IEEE 17.11.2024Vydáno v SC24: International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“… Distributed-memory parallel algorithms for SpGEMM have mainly focused on sparsity-oblivious approaches that use 2D and 3D partitioning…”
Získat plný text
Konferenční příspěvek -
13
Towards an Optimized Heterogeneous Distributed Task Scheduler in OpenMP Cluster
Vydáno: IEEE 17.11.2024Vydáno v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…This paper addresses the challenges of optimizing task scheduling for a distributed, task-based execution model in OpenMP for cluster computing environments…”
Získat plný text
Konferenční příspěvek -
14
CUDASTF: Bridging the Gap Between CUDA and Task Parallelism
Vydáno: IEEE 17.11.2024Vydáno v SC24: International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…Organizing computation as asynchronous tasks with data-driven dependencies is a simple and efficient model for single- and multi-GPU programs. Sequential Task…”
Získat plný text
Konferenční příspěvek -
15
Scalable and Consistent Graph Neural Networks for Distributed Mesh-based Data-driven Modeling
Vydáno: IEEE 17.11.2024Vydáno v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…This work develops a distributed graph neural network (GNN) methodology for mesh-based modeling applications using a consistent neural message passing layer…”
Získat plný text
Konferenční příspěvek -
16
Accelerating Communications in Federated Applications with Transparent Object Proxies
ISSN: 2167-4337Vydáno: ACM 11.11.2023Vydáno v International Conference for High Performance Computing, Networking, Storage and Analysis (Online) (11.11.2023)“… Here, we overcome this obstacle with a new programming paradigm that decouples control flow from data flow by extending the pass-by-reference model to distributed applications…”
Získat plný text
Konferenční příspěvek -
17
Distributed-Memory Parallel Algorithms for Sparse Matrix and Sparse Tall-and-Skinny Matrix Multiplication
Vydáno: IEEE 17.11.2024Vydáno v SC24: International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“… Unfortunately, popular distributed algorithms like sparse SUMMA deliver suboptimal performance for TS-SpGEMM…”
Získat plný text
Konferenční příspěvek -
18
Reshaping High Energy Physics Applications for Near-Interactive Execution Using TaskVine
Vydáno: IEEE 17.11.2024Vydáno v SC24: International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…High energy physics experiments produce petabytes of data annually that must be reduced to gain insight into the laws of nature. Early-stage reduction executes…”
Získat plný text
Konferenční příspěvek -
19
Enhance the Strong Scaling of LAMMPS on Fugaku
ISSN: 2167-4337Vydáno: ACM 11.11.2023Vydáno v International Conference for High Performance Computing, Networking, Storage and Analysis (Online) (11.11.2023)“…Physical phenomenon such as protein folding requires simulation up to microseconds of physical time, which directly corresponds to the strong scaling of…”
Získat plný text
Konferenční příspěvek -
20
MPI Progress For All
Vydáno: IEEE 17.11.2024Vydáno v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“… The opaque nature of MPI progress poses significant challenges in advancing MPI within modern high-performance computing practices…”
Získat plný text
Konferenční příspěvek