Skip to main content

Showing 1–5 of 5 results for author: Sharapov, I

  1. arXiv:2405.07898  [pdf, other

    physics.comp-ph cs.DC cs.ET

    Breaking the Molecular Dynamics Timescale Barrier Using a Wafer-Scale System

    Authors: Kylee Santos, Stan Moore, Tomas Oppelstrup, Amirali Sharifian, Ilya Sharapov, Aidan Thompson, Delyan Z Kalchev, Danny Perez, Robert Schreiber, Scott Pakin, Edgar A Leon, James H Laros III, Michael James, Sivasankaran Rajamanickam

    Abstract: Molecular dynamics (MD) simulations have transformed our understanding of the nanoscale, driving breakthroughs in materials science, computational chemistry, and several other fields, including biophysics and drug design. Even on exascale supercomputers, however, runtimes are excessive for systems and timescales of scientific interest. Here, we demonstrate strong scaling of MD simulations on the C… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    Comments: 10 pages, 10 figures, 5 tables

  2. Wafer-Scale Fast Fourier Transforms

    Authors: Marcelo Orenes-Vera, Ilya Sharapov, Robert Schreiber, Mathias Jacquelin, Philippe Vandermersch, Sharan Chetlur

    Abstract: We have implemented fast Fourier transforms for one, two, and three-dimensional arrays on the Cerebras CS-2, a system whose memory and processing elements reside on a single silicon wafer. The wafer-scale engine (WSE) encompasses a two-dimensional mesh of roughly 850,000 processing elements (PEs) with fast local memory and equally fast nearest-neighbor interconnections. Our wafer-scale FFT (wsFF… ▽ More

    Submitted 29 September, 2022; originally announced September 2022.

    Journal ref: Proceedings of the 37th International Conference on Supercomputing 2023

  3. arXiv:2209.13768  [pdf, other

    cs.DC cs.AR cs.MS cs.PF

    Disruptive Changes in Field Equation Modeling: A Simple Interface for Wafer Scale Engines

    Authors: Mino Woo, Terry Jordan, Robert Schreiber, Ilya Sharapov, Shaheer Muhammad, Abhishek Koneru, Michael James, Dirk Van Essendelft

    Abstract: We present a high-level and accessible Application Programming Interface (API) for the solution of field equations on the Cerebras Systems Wafer-Scale Engine (WSE) with over two orders of magnitude performance gain relative to traditional distributed computing approaches. The domain-specific API is called the WSE Field-equation API (WFA). The WFA outperforms OpenFOAM on NETL's Joule 2.0 supercompu… ▽ More

    Submitted 28 September, 2022; v1 submitted 27 September, 2022; originally announced September 2022.

    Comments: 22 pages, 5 figures, 2 Tables

    ACM Class: J.2; I.6

  4. arXiv:2010.03660  [pdf, other

    cs.DC

    Fast Stencil-Code Computation on a Wafer-Scale Processor

    Authors: Kamil Rocki, Dirk Van Essendelft, Ilya Sharapov, Robert Schreiber, Michael Morrison, Vladimir Kibardin, Andrey Portnoy, Jean Francois Dietiker, Madhava Syamlal, Michael James

    Abstract: The performance of CPU-based and GPU-based systems is often low for PDE codes, where large, sparse, and often structured systems of linear equations must be solved. Iterative solvers are limited by data movement, both between caches and memory and between nodes. Here we describe the solution of such systems of equations on the Cerebras Systems CS-1, a wafer-scale processor that has the memory band… ▽ More

    Submitted 7 October, 2020; originally announced October 2020.

    Comments: SC 20: The International Conference for High Performance Computing, Networking, Storage, and Analysis, to appear

  5. arXiv:1905.05894  [pdf, other

    cs.LG stat.ML

    Online Normalization for Training Neural Networks

    Authors: Vitaliy Chiley, Ilya Sharapov, Atli Kosson, Urs Koster, Ryan Reece, Sofia Samaniego de la Fuente, Vishal Subbiah, Michael James

    Abstract: Online Normalization is a new technique for normalizing the hidden activations of a neural network. Like Batch Normalization, it normalizes the sample dimension. While Online Normalization does not use batches, it is as accurate as Batch Normalization. We resolve a theoretical limitation of Batch Normalization by introducing an unbiased technique for computing the gradient of normalized activation… ▽ More

    Submitted 3 December, 2019; v1 submitted 14 May, 2019; originally announced May 2019.

    Comments: Published at the Conference on Neural Information Processing Systems (NeurIPS 2019), Vancouver, Canada. Code: https://github.com/Cerebras/online-normalization