What’s New in HPC Research: FourCastNet, GMRES Algorithm, Taskiter & More

By Mariana Iriarte

September 15, 2022

In this regular feature, HPCwire highlights newly published research in the high-performance computing community and related domains. From parallel programming to exascale to quantum computing, the details are here.


Figure 2. Accessor separating the memory format from the arithmetic format and realizing on-the-fly data conversion in each memory access.

Compressed basis GMRES on high-performance graphics processing units

An international team of researchers from Jaume I University (Spain), Karlsruhe Institute of Technology (Germany), the University of Tennessee at Knoxville (USA), and Valencia Polytechnic University (Spain) provided a review of a generalized minimal residual (GMRES) algorithm “that maintains the Krylov basis in a compressed (compact) form, in order to reduce the traffic between memory and the processor arithmetic units, while performing all arithmetic in double-precision, to preserve the hardware supported high precision arithmetic in all computations.”  In this open access paper published in The International Journal of High Performance Computing Applications, researchers leveraged “Ginkgo’s memory accessor in order to integrate a communication-reduction strategy into the (Krylov) GMRES solver that decouples the storage format (i.e., the data representation in memory) of the orthogonal basis from the arithmetic precision that is employed during the operations with that basis.” The team’s work also resulted in a “high-performance implementation of the ‘compressed basis GMRES’ solver in the Ginkgo sparse linear algebra library using a large set of test problems from the SuiteSparse Matrix Collection.”

Authors: Jose I. Aliaga, Hartwig Anzt, Thomas Grützmacher, Enrique S. Quintana-Ortiz, and Andres E. Toas

FourCastNet: accelerating global high-resolution weather forecasting using adaptive Fourier Neural Operators

A team of researchers from Nvidia, the National Energy Research Scientific Computing Center at Lawrence Berkeley Lab, and Caltech, introduce FourCastNet. According to the researchers, “FourCastNet produces accurate instantaneous weather predictions for a week in advance, enables enormous ensembles that better capture weather extremes, and supports higher global forecast resolutions.” The data-driven deep learning Earth system emulator, FourCastNet “can predict global weather and generate medium-range forecasts five orders-of-magnitude faster than NWP while approaching state-of-the-art accuracy.” It is optimized for “three supercomputing systems: Selene, Perlmutter, and JUWELS Booster up to 3,808 NVIDIA A100 GPUs, attaining 140.8 petaFLOPS in mixed precision (11.9% of peak at that scale). The time-to-solution for training FourCastNet measured on JUWELS Booster on 3,072 GPUs is 67.4 minutes, resulting in an 80,000 times faster time-to-solution relative to state-of-the-art NWP, in inference.”

Authors: Thorsten Kurth, Shashank Subramanian, Peter Harrington, Jaideep Pathak, Morteza Mardani, David Hall, Andrea Miele, Karthik Kashinath, and Animashree Anandkumar

Fig. 1: Illustration of the truncated SVD of A in a distributed setting consisting of N = 5 GPUs. Row partition of problem is illustrated in (a) and data locality is indicated by colored zones, coded with the given legend at the bottom.

Distributed out-of-memory SVD on CPU/GPU architectures 

Los Alamos National Laboratory researchers “propose an efficient, distributed, out-of-memory implementation of the truncated singular value decomposition (t-SVD) for heterogeneous (CPU+GPU) high performance computing systems.” In this paper, the researchers present “an implementation of SVD based on the power method, which is a truncated singular values and singular vectors estimation method.” Researchers demonstrate the “distributed out of core SVD algorithm to successfully decompose dense matrix of size 1TB and sparse matrix of size 128 PB with 1e-6 sparsity.” The researchers also demonstrated the scalability of their SVD algorithm “to successfully decompose dense matrix of size 1TB and sparse matrix of size 128 PB with 1e-6 sparsity.”

Authors: Ismael Boureima, Manish Bhattarai, Maksim E. Eren, Nick Solovyev, Hristo Djidjev, Boian S. Alexandrov

Numerical experiments on tsunami flow depth prediction for clustered areas using regression and machine learning models

Japanese researchers from Tokushima University, the University of Tsukuba, and the University of Tokyo aim to predict “tsunami flow depth distribution in real time using regression and machine learning.” In this open access article, published in the Earth, Planets and Space journal, the researchers collect training data from 3,480 earthquake-induced tsunamis created by numerical simulations in the Nankai Trough region. In their study, researchers developed “multiple regression equations for a power law using these datasets and the conjugate gradient method.” In addition, they “employed the multilayer perceptron method, a machine learning technique, to evaluate the prediction performance.” They found that “both methods accurately predicted the tsunami flow depth calculated by testing 11 earthquake scenarios in the cabinet office of the government of Japan. The RMSE between the predicted and the true (via forward tsunami calculations) values of the mean flow depth ranged from 0.34–1.08 m.”

Authors: Masato Kamiya, Yasuhiko Igarashi, Masato Okada, and Toshitaka Baba

Figure 1: The trade-offs among memory consumption, training time, and accuracy of two OGB node property prediction tasks.

Nimble GNN embedding with tensor-train decomposition 

In this open access research paper by a team of researchers from Amazon and the Georgia Institute of Technology, the researchers describe “a new method for representing embedding tables of graph neural networks (GNNs) more compactly via tensortrain (TT) decomposition.” The researchers take the following scenario where “(a) the graph data that lack node features, thereby requiring the learning of embeddings during training; and (b)… wish to exploit GPU platforms, where smaller tables are needed to reduce host-to-GPU communication even for large-memory GPUs.” According to the researchers, “when combined with judicious schemes for initialization and hierarchical graph partitioning, this approach can reduce the size of node embedding vectors by 1,659× to 81,362× on large publicly available benchmark datasets, achieving comparable or better accuracy and significant speedups on multi-GPU systems.”

Authors: Chunxing Yin, Da Zheng, Israt Nisa, Christos Faloutsos, George Karypis, Richard Vuduc

Accelerating task-based iterative applications 

Barcelona Supercomputing Center researchers introduce taskiter, a new pragma for OmpSs-2 and OpenMP programming models. The newly created directives allow the “use of directed cyclic task graphs (DCTG) to minimize runtime overheads.” In addition, the researchers “present a simple immediate successor locality-aware heuristic that minimizes task scheduling overhead by bypassing the runtime task scheduler.” In this paper, researchers demonstrate that “applying both techniques to task-based iterative applications delivers significant scalability improvements and speedups, achieving an average speedup of 3.7x for small granularities compared to the reference OmpSs-2 implementation and a 5x and 7.46x speedup over the LLVM and GCC OpenMP runtimes, respectively. Moreover, the resulting task-based applications using the right granularity can compete or outperform work-sharing versions of all benchmarks.”

Authors: David Álvarez and Vicenç Beltran

Quantum linear system solver based on time-optimal adiabatic quantum computing and quantum approximate optimization algorithm

In this open access article published in the ACM Transactions on Quantum Computing journal, mathematicians from the University of California, Berkeley, and Lawrence Berkeley National Laboratory “demonstrate that with an optimally tuned scheduling function, adiabatic quantum computing (AQC) can readily solve a quantum linear system problem (QLSP) with O(κ poly(log(κ/ϵ ))) runtime, where κ is the condition number, and ϵ is the target accuracy.” According to the authors, their  “method is applicable to general non-Hermitian matrices, and the cost, as well as the number of qubits, can be reduced when restricted to Hermitian matrices, and further to Hermitian positive definite matrices.” The paper details that the “numerical results indicate that QAOA can yield the lowest runtime compared to the time-optimal AQC, vanilla AQC, and the recently proposed randomization method.”

Authors: Dong An and Lin Lin


Do you know about research that should be included in next month’s list? If so, send us an email at [email protected]. We look forward to hearing from you.

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

Intel’s Silicon Brain System a Blueprint for Future AI Computing Architectures

April 24, 2024

Intel is releasing a whole arsenal of AI chips and systems hoping something will stick in the market. Its latest entry is a neuromorphic system called Hala Point. The system includes Intel's research chip called Loihi 2, Read more…

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Research senior analyst Steve Conway, who closely tracks HPC, AI, Read more…

AI Saves the Planet this Earth Day

April 22, 2024

Earth Day was originally conceived as a day of reflection. Our planet’s life-sustaining properties are unlike any other celestial body that we’ve observed, and this day of contemplation is meant to provide all of us Read more…

Intel Announces Hala Point – World’s Largest Neuromorphic System for Sustainable AI

April 22, 2024

As we find ourselves on the brink of a technological revolution, the need for efficient and sustainable computing solutions has never been more critical.  A computer system that can mimic the way humans process and s Read more…

Empowering High-Performance Computing for Artificial Intelligence

April 19, 2024

Artificial intelligence (AI) presents some of the most challenging demands in information technology, especially concerning computing power and data movement. As a result of these challenges, high-performance computing Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that have occurred about once a decade. With this in mind, the ISC Read more…

Intel’s Silicon Brain System a Blueprint for Future AI Computing Architectures

April 24, 2024

Intel is releasing a whole arsenal of AI chips and systems hoping something will stick in the market. Its latest entry is a neuromorphic system called Hala Poin Read more…

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Resear Read more…

AI Saves the Planet this Earth Day

April 22, 2024

Earth Day was originally conceived as a day of reflection. Our planet’s life-sustaining properties are unlike any other celestial body that we’ve observed, Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that ha Read more…

Software Specialist Horizon Quantum to Build First-of-a-Kind Hardware Testbed

April 18, 2024

Horizon Quantum Computing, a Singapore-based quantum software start-up, announced today it would build its own testbed of quantum computers, starting with use o Read more…

MLCommons Launches New AI Safety Benchmark Initiative

April 16, 2024

MLCommons, organizer of the popular MLPerf benchmarking exercises (training and inference), is starting a new effort to benchmark AI Safety, one of the most pre Read more…

Exciting Updates From Stanford HAI’s Seventh Annual AI Index Report

April 15, 2024

As the AI revolution marches on, it is vital to continually reassess how this technology is reshaping our world. To that end, researchers at Stanford’s Instit Read more…

Intel’s Vision Advantage: Chips Are Available Off-the-Shelf

April 11, 2024

The chip market is facing a crisis: chip development is now concentrated in the hands of the few. A confluence of events this week reminded us how few chips Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Intel’s Server and PC Chip Development Will Blur After 2025

January 15, 2024

Intel's dealing with much more than chip rivals breathing down its neck; it is simultaneously integrating a bevy of new technologies such as chiplets, artificia Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Baidu Exits Quantum, Closely Following Alibaba’s Earlier Move

January 5, 2024

Reuters reported this week that Baidu, China’s giant e-commerce and services provider, is exiting the quantum computing development arena. Reuters reported � Read more…

Shutterstock 1179408610

Google Addresses the Mysteries of Its Hypercomputer 

December 28, 2023

When Google launched its Hypercomputer earlier this month (December 2023), the first reaction was, "Say what?" It turns out that the Hypercomputer is Google's t Read more…

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Leading Solution Providers

Contributors

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

China Is All In on a RISC-V Future

January 8, 2024

The state of RISC-V in China was discussed in a recent report released by the Jamestown Foundation, a Washington, D.C.-based think tank. The report, entitled "E Read more…

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Eyes on the Quantum Prize – D-Wave Says its Time is Now

January 30, 2024

Early quantum computing pioneer D-Wave again asserted – that at least for D-Wave – the commercial quantum era has begun. Speaking at its first in-person Ana Read more…

GenAI Having Major Impact on Data Culture, Survey Says

February 21, 2024

While 2023 was the year of GenAI, the adoption rates for GenAI did not match expectations. Most organizations are continuing to invest in GenAI but are yet to Read more…

The GenAI Datacenter Squeeze Is Here

February 1, 2024

The immediate effect of the GenAI GPU Squeeze was to reduce availability, either direct purchase or cloud access, increase cost, and push demand through the roof. A secondary issue has been developing over the last several years. Even though your organization secured several racks... Read more…

Intel’s Xeon General Manager Talks about Server Chips 

January 2, 2024

Intel is talking data-center growth and is done digging graves for its dead enterprise products, including GPUs, storage, and networking products, which fell to Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire