Evaluation of Programming Models for Manycore and / Or Heterogeneous Architectures for Monte Carlo Neutron

Total Page:16

File Type:pdf, Size:1020Kb

Evaluation of Programming Models for Manycore and / Or Heterogeneous Architectures for Monte Carlo Neutron Evaluation of programming models for manycore and / or heterogeneous architectures for Monte Carlo neutron NNT : 2020IPPAX099 transport codes Thèse de doctorat de l’Institut Polytechnique de Paris préparée à l’École polytechnique École doctorale n◦626 École doctorale de l’Institut Polytechnique de Paris (ED IP Paris) Spécialité de doctorat: Informatique, Données et Intelligence Artificielle Thèse présentée et soutenue à Saclay, le 01/12/2020, par TAO CHANG Composition du Jury : Michael HEROUX Professeur, Sandia National Laboratories and St. John’s University Rapporteur Jean-François MEHAUT Professeur, Université Grenoble Alpes Rapporteur Raymond NAMYST Professeur, Université de Bordeaux Examinateur Marc VERDERI Directeur de recherche, Laboratoire Leprince Ringuet de l’IPP Président Emmanuelle SAILLARD Chargé de recherche, Le Centre de Recherche INRIA Bordeaux Examinateur Francieli ZANON BOITO Maitre de Conférences, Université de Bordeaux Examinateur 626 Christophe CALVIN Expert International, CEA Saclay Directeur de thèse Emeric BRUN Ingénieur de recherche, CEA Centre Marcoule Encadrant This thesis is dedicated to my family who have raised me to be the person I am today. I hope that this achievement makes you happy. Acknowledgements First and foremost, I would like to express my deep and sincere gratitude to my thesis supervisor, Christophe CALVIN, for the continuous support of my Ph.D study throughout the past three years, for his motivation, enthusiasm and vision which have deeply inspired me every time I got stuck on research. I am extremely grateful for having the opportunity to study and work under his guidance. I would like to thank my advisor, Emeric BRUN, for his patience, insightful comments and hardware support. I am grateful for his aids on helping me carrying out tests on the Cobalt-hybrid, Cobalt-v100 platforms. Moreover, I thank him and Philippe Thierry for providing me an Intel NUC machine to accomplish my research work. I thank the rest of my thesis committee: Michael HEROUX and Jean-François MEHAUT, for being my reviewers and writing me the literature of review and Raymond NAMYST, Marc VERDERI, Emmanuelle SAILLARD, Francieli ZANON BOITO, for being the examiners at my thesis defense. My sincere thanks also goes to Fausto MALVAGI, the director of my laboratory SERMA/LTSD in CEA Saclay and Edouard Audit, the director of Maison de la Simulation, for allowing me studying and working in two places throughout the research. I would also like to express my gratitude to my fellow labmates in these two laboratories, for their administrative, academical and hardware supports as well as insightful talks with me. I would like to thank David Chamont for offering me access to the GridCL platform and being my academical advisor. I thank Pierre Kestener for giving his useful comments on the implementation of Kokkos in the Monte Carlo neutron transport code. I thank Serge G. Petiton, for guiding my master internship in Maison de la Simulation and enlightening me the first glance of research in the field of HPC. I am very much thankful to my parents and twin brother for their love and sacrifices for supporting me continu- ously to chase my dream. Titre : Evaluation´ de modeles` de programmation pour les architectures manycore et / ou het´ erog´ enes` pour les codes de transport neutronique Monte Carlo Mots cles´ : Architectures manycore, Architectures het´ erog´ enes,` Transport des particules Resum´ e:´ Dans cette these` nous nous proposons de solutions et les comparer en terme de perfor- d’evaluer´ les differents´ modeles` de programmation mance, de portabilite´ de la performance, de facilite´ disponibles pour adresser les architectures de type de mise en œuvre et de maintenabilite.´ Les architec- manycore et / ou het´ erog´ enes` dans le cadre des tures cibles sont les CPU ‘classique’, Intel Xeon Phi codes de transport Monte Carlo. On considerera` dans et GPU. Les modeles` de programmation les plus per- un premier temps un cas test d’application simple tinents seront ensuite mis en place dans un code de mais representatif´ pour couvrir un eventail´ assez large transport Monte Carlo. Title : Evaluation of programming models for manycore and / or heterogeneous architectures for Monte Carlo neutron transport codes Keywords : Manycore architectures, Heterogeneous architectures, Particles transport Abstract : In this thesis we propose to evaluate the range of solutions and compare them in terms of different programming models available for addres- performance, portability of performance, ease of im- sing manycore and / or heterogeneous architectures plementation and maintainability. The target architec- within the framework of the Monte Carlo transport tures are ‘classic’ CPU, Intel Xeon Phi and GPU. The codes. A simple but representative application test most relevant programming models will then be set up case will be considered in order to cover a fairly wide in a Monte Carlo transport code. Institut Polytechnique de Paris 91120 Palaiseau, France Résumé La simulation du transport de neutrons de Monte-Carlo est une méthode stochastique largement utilisée dans le domaine nucléaire pour les calculs de référence. Au lieu d’introduire des approximations mathématiques et physiques pour simuler un système du monde réel, la méthode de Monte-Carlo regroupe les comportements des particules par échantillonnage statistique, ce qui entraîne de manière significative un coût de calcul énorme. Afin d’alléger ce coût, l’utilisation de supercalculateurs pour les simulations de Monte-Carlo est devenue une tendance pour de nombreux chercheurs et développeurs. Cependant, comme de plus en plus d’architectures modernes (multi-core / manycore, architectures hétérogènes) émergent à un rythme assez rapide, il n’est pas anodin de développer des applications portables complètes sur toutes ces architectures, de plus, d’optimiser et de maintenir l’application en continu donc pour obtenir des perfor- mances préférables sur eux. D’un côté, le développement et la durée de vie d’une application sont bien supérieurs au temps de développe- ment d’architectures informatiques. Ainsi, concevoir une application pour une architecture donnée n’a pas de sens car après le développement de l’application, il y a de fortes chances que l’architecture ait déjà évolué. De l’autre côté, il est nécessaire que les applications soient évolutives et maintenables par le plus de personnes possible, per- mettant à ces personnes qui ne sont pas familiarisées avec le HPC de développer des codes capables de fournir de bonnes performances. Pour répondre à l’évolution de la portabilité des performances, certains langages de programmation de haut niveau tels que OpenACC, OpenMP offload ont été proposés pour permettre à l’application de bien fonctionner sur une large gamme d’architectures sans de gros frais de développement et de maintenance. La plupart de ces modèles de programmation sont dédiés aux architectures basées sur des accélérateurs avec l’augmentation massive du parallélisme multi-niveaux qui représente la tendance sous-jacente des architectures de calcul. Dans cette thèse, nous nous intéressons au développement d’un code de transport de neutrons Monte-Carlo portable ciblant des architectures hybrides (CPU + GPU) avec l’utilisation de modèles de programmation hybrides. Concernant l’évaluation de la portabilité des performances, certaines métriques ont déjà été proposées pour évaluer quantitativement le compromis entre performance et portabilité. Cependant, il existe peu de recherches traitant de l’évaluation des codes de transport de neutrons de Monte-Carlo sur les supercalculateurs en termes de portabilité des performances, en outre, de portabilité des performances productibles. Ainsi, nous avons l’intention de donner une évaluation explicite en termes de portabilité, de performance, ainsi que de productivité pour un mini-benchmark de simulation de transport de neutrons de Monte-Carlo. Le mini-benchmark slabAllNuclides a été implémenté sur un prototype de transport de neutrons de Monte- Carlo développé au CEA, appelé PATMOS. Une version de déchargement hétérogène du code a été développée via une méthode basée sur l’historique et une méthode basée sur des pseudo événements. Plusieurs modèles de programmation (thread OpenMP, OpenMP offload, OpenACC, CUDA, Kokkos et SYCL) ont été implémentés pour l’évaluation et les tests ont été réalisés sur différentes architectures (x86 ou OpenPower + GPU). Un ensemble de métriques a été adopté pour évaluer notre simulation Monte-Carlo de déchargement hétérogène en termes de portabilité, de performances et de productivité. L’analyse des métriques a été réalisée avec la proposition d’une métrique générique et son qui atténue les défauts des métriques d’origine, les rendant plus adaptables pour gérer la comparaison numérique des applications en termes de portabilité des performances et de portabilité de la productivité à travers une variété d’informatique architectures. En un mot, l’objectif de la thèse est d’évaluer les métriques existantes en termes de portabilité, de performance et de productivité et de proposer des améliorations de ces métriques sur un exemple d’application réelle réalisant une simulation de transport de neutrons de Monte-Carlo. Les principaux objectifs sont les suivants: 1. proposer un nouvel algorithme de suivi des particules, la méthode pseudo event-based. 2. analyser et régler les performances de la version CUDA. 3. mettre en œuvre des codes de transport de neutrons Monte-Carlo portables via des modèles de programma- tion de haut niveau. 4. proposer et analyser une métrique générique et ses variantes. 5. évaluer les implémentations portables des codes de transport Monte-Carlo par la métrique générique. Contents List of Figures iv List of Tables vi Glossary viii 1 Introduction 1 1.1 Motivations . 1 1.2 Objectives . .......... 2 1.3 Outline . ........... 2 2 Parallel Computing 4 2.1 General Terminology . 4 2.1.1 Von Neumann Architecture . 4 2.1.2 Flynn’s Taxonomy . 5 2.1.3 Parallel Speedup . 8 2.1.4 Scalability . 10 2.2 Memory Architectures . 11 2.2.1 Shared Memory . 11 2.2.2 Distributed Memory . 12 2.2.3 Hybrid Memory . 13 2.3 Computing Architectures . 13 2.3.1 Hardware Characteristics .
Recommended publications
  • A Fast, Verified, Cross-Platform Cryptographic Provider
    EverCrypt: A Fast, Verified, Cross-Platform Cryptographic Provider Jonathan Protzenko∗, Bryan Parnoz, Aymeric Fromherzz, Chris Hawblitzel∗, Marina Polubelovay, Karthikeyan Bhargavany Benjamin Beurdouchey, Joonwon Choi∗x, Antoine Delignat-Lavaud∗,Cedric´ Fournet∗, Natalia Kulatovay, Tahina Ramananandro∗, Aseem Rastogi∗, Nikhil Swamy∗, Christoph M. Wintersteiger∗, Santiago Zanella-Beguelin∗ ∗Microsoft Research zCarnegie Mellon University yInria xMIT Abstract—We present EverCrypt: a comprehensive collection prone (due in part to Intel and AMD reporting CPU features of verified, high-performance cryptographic functionalities avail- inconsistently [78]), with various cryptographic providers able via a carefully designed API. The API provably supports invoking illegal instructions on specific platforms [74], leading agility (choosing between multiple algorithms for the same functionality) and multiplexing (choosing between multiple im- to killed processes and even crashing kernels. plementations of the same algorithm). Through abstraction and Since a cryptographic provider is the linchpin of most zero-cost generic programming, we show how agility can simplify security-sensitive applications, its correctness and security are verification without sacrificing performance, and we demonstrate crucial. However, for most applications (e.g., TLS, cryptocur- how C and assembly can be composed and verified against rencies, or disk encryption), the provider is also on the critical shared specifications. We substantiate the effectiveness of these techniques with
    [Show full text]
  • Extracting and Mapping Industry 4.0 Technologies Using Wikipedia
    Computers in Industry 100 (2018) 244–257 Contents lists available at ScienceDirect Computers in Industry journal homepage: www.elsevier.com/locate/compind Extracting and mapping industry 4.0 technologies using wikipedia T ⁎ Filippo Chiarelloa, , Leonello Trivellib, Andrea Bonaccorsia, Gualtiero Fantonic a Department of Energy, Systems, Territory and Construction Engineering, University of Pisa, Largo Lucio Lazzarino, 2, 56126 Pisa, Italy b Department of Economics and Management, University of Pisa, Via Cosimo Ridolfi, 10, 56124 Pisa, Italy c Department of Mechanical, Nuclear and Production Engineering, University of Pisa, Largo Lucio Lazzarino, 2, 56126 Pisa, Italy ARTICLE INFO ABSTRACT Keywords: The explosion of the interest in the industry 4.0 generated a hype on both academia and business: the former is Industry 4.0 attracted for the opportunities given by the emergence of such a new field, the latter is pulled by incentives and Digital industry national investment plans. The Industry 4.0 technological field is not new but it is highly heterogeneous (actually Industrial IoT it is the aggregation point of more than 30 different fields of the technology). For this reason, many stakeholders Big data feel uncomfortable since they do not master the whole set of technologies, they manifested a lack of knowledge Digital currency and problems of communication with other domains. Programming languages Computing Actually such problem is twofold, on one side a common vocabulary that helps domain experts to have a Embedded systems mutual understanding is missing Riel et al. [1], on the other side, an overall standardization effort would be IoT beneficial to integrate existing terminologies in a reference architecture for the Industry 4.0 paradigm Smit et al.
    [Show full text]
  • Best Practices HPC and Introduction to the New System FRAM
    Best Practices HPC and introduction to the new system FRAM Ole W. Saastad, Dr.Scient USIT / UAV / ITF / FI Sept 6th 2016 Sigma2 - HPC seminar Introduction • FRAM overview • Best practice for new system, requirement for application • Develop code for the new system – Vectorization Universitetets senter for informasjonsteknologi Strategy for FRAM and B1 • FRAM with Broadwell processors – Take over for Hexagon and Vilje – Run parallel workload in 18-24 mnts. – Switch role to take over for Abel & Stallo – Run throughput production when B1 comes on line Universitetets senter for informasjonsteknologi Strategy for FRAM and B1 • B1 massive parallel system – Processor undecided • AMD ZEN, OpenPOWER, ARM, KNL, Skylake • Strong focus on vectors for floating point • Performance is essential – Will run the few large core count codes • Typical job will used 10k+ cores • Interconnect InfiniBand or Omnipath Universitetets senter for informasjonsteknologi FRAM overall specs • Broadwell processors – AVX2 just like Haswell, including FMA • Island topology – 4 islands – approx 8k cores per island • Close to full bisection bandwidth within the island • Run up to 8k core jobs nicely • Struggle with jobs requiring > 8k cores Universitetets senter for informasjonsteknologi FRAM overall specs • 1000 compute nodes, 32000 cores • 8 large memory nodes, 256 cores • 2 very large memory nodes, 112 Cores • 8 accelerated nodes, 256 Cores + CUDA cores • A total of 32624 cores for computation ≈ 1 Pflops/s • 18 watercooled racks Universitetets senter for informasjonsteknologi
    [Show full text]
  • Intel Technology Platform for HPC Intel® Xeon® and Intel® Xeon Phi™ Processor Update
    Intel technology platform for HPC Intel® Xeon® and Intel® Xeon Phi™ processor update Manel Fernández Intel HPC Software Workshop Series 2016 HPC Code Modernization for Intel® Xeon and Xeon Phi™ February 17th 2016, Barcelona Today’s Intel solutions for HPC The multi- and many-core era Multi-core Many integrated core (MIC) C/C++/Fortran, OMP/MPI/Cilk+/TBB C/C++/Fortran, OMP/MPI/Cilk+/TBB Bootable, native execution model PCIe coprocessor, native and offload execution models Up to 18 cores, 3 GHz, 36 threads Up to 61 cores, 1.2 GHz, 244 threads Up to 768 GB, 68 GB/s, 432 GFLOP/s DP Up to 16 GB, 352 GB/s, 1.2 TFLOP/s DP 256-bit SIMD, FMA, gather (AVX2) 512-bit SIMD, FMA, gather/scatter, EMU (IMCI) Targeted at general purpose applications Targeted at highly parallel applications Single thread performance (ILP) High parallelism (DLP, TLP) Memory capacity High memory bandwidth 2 Processor Core 1 Core 2 Core n Core L3 Cache DDR3 Clock & MC QPI Graphics or Power DDR4 Intel® CoreTM architecture 3 Intel® CoreTM architecture roadmap The “Tick-Tock” roadmap model Intel® Core™ 2nd 3rd 4th 5th 6th “Nehalem” microarchitecture generation generation generation generation generation Sandy Ivy Nehalem Westmere Haswell Broadwell Skylake Bridge Bridge 45nm 32nm 22nm 14nm 2008 2009 2011 2012 2013 Sep 2014 2015 ADX and 3 other MPX, SGX SSE4.2 AES AVX RNRAND, etc. AVX2 new instructions AVX-512 (Xeon only) Tick (shrink, new process technology) Tock (innovate, new microarchitecture) 4 Haswell execution unit overview Unified Reservation Station Port 4 Port Port 2
    [Show full text]
  • Arhitectura Procesoarelor X86
    ARHITECTURA PROCESOARELOR X86. 2016 Setul de instrucţiuni generale UT Press Cluj-Napoca, 2016 ISBN 978-606-737-217-5 Recenzia materialului: Camelia Chira, Şef lucrări - UTCN Copyright © 2016 Editura U.T. PRESS Reproducerea integrală sau parţială a textului sau ilustraţiilor din această carte este posibilă numai cu acordul prealabil scris al editurii U.T.Press sau al autorului. ISBN 978-606-737-217-5 Prefaţă Această carte reprezintă un ghid ce se adresează în mod special studenților de la facultăţile de profil Informatică sau Tehnologia Informaţiilor, dar poate fi un instrument util și altor categorii de persoane; a fost conceput pentru cei care doresc să se acomodeze cu programarea în limbaj de asamblare şi deci cunoaşterea instrucţiunilor generale suportate de procesoare x86. Scopul principal al acestui material îl constituie susținerea procesului de învățare activă, prin studierea și apoi exersarea de exemple (rezolvarea individuală) de exerciţii sau probleme (cu instrucţiunile propuse aici). Materialul a fost structurat în 7 capitole, acoperind o varietate largă de exemple atât pentru procesoare de 16 biţi cât şi pentru procesoare pe 32 biţi. Acolo unde am considerat necesar, am prezentat şi exemple pentru procesoare pe 64 biţi. Execuţia programelor sau secvenţelor de instrucţiuni prezentate aici poate fi realizată în mai multe moduri: folosind un simulator de procesor (de exemplu EMU8086), folosind pachetul TASM sub DosBox sau un alt asamblor pe 32 sau chiar 64 biţi (MASM de exemplu), sau folosind Visual C şi asamblare inline. Cu toate eforturile pe care le-am depus în vederea organizării și prezentării materialului, cu siguranţă că sunt multe îmbunătăţiri care se pot propune; de aceea, aștept cu interes orice propunere, corectură sau pur și simplu comentariu în vederea îmbunătăţirii acestui material la adresa [email protected].
    [Show full text]
  • Computer-Aided Cryptography
    SoK: Computer-Aided Cryptography Manuel Barbosa∗, Gilles Bartheyz, Karthik Bhargavanx, Bruno Blanchetx, Cas Cremers{, Kevin Liaoyk, Bryan Parno∗∗ ∗University of Porto (FCUP) and INESC TEC, yMax Planck Institute for Security & Privacy, zIMDEA Software Institute, xINRIA Paris, {CISPA Helmholtz Center for Information Security, kMIT, ∗∗Carnegie Mellon University Abstract—Computer-aided cryptography is an active area of which are difficult to catch by code testing or auditing; ad- research that develops and applies formal, machine-checkable hoc constant-time coding recipes for mitigating side-channel approaches to the design, analysis, and implementation of attacks are tricky to implement, and yet may not cover the cryptography. We present a cross-cutting systematization of the computer-aided cryptography literature, focusing on three whole gamut of leakage channels exposed in deployment. main areas: (i) design-level security (both symbolic security and Unfortunately, the current modus operandi—relying on a select computational security), (ii) functional correctness and efficiency, few cryptography experts armed with rudimentary tooling to and (iii) implementation-level security (with a focus on digital vouch for security and correctness—simply cannot keep pace side-channel resistance). In each area, we first clarify the role with the rate of innovation and development in the field. of computer-aided cryptography—how it can help and what the caveats are—in addressing current challenges. We next present Computer-aided cryptography, or CAC for short, is an active a taxonomy of state-of-the-art tools, comparing their accuracy, area of research that aims to address these challenges. It en- scope, trustworthiness, and usability. Then, we highlight their compasses formal, machine-checkable approaches to design- main achievements, trade-offs, and research challenges.
    [Show full text]
  • Evaluation of Programming Models for Manycore And/Or Heterogeneous
    Evaluation of programming models for manycore and / or heterogeneous architectures for Monte Carlo neutron transport codes Tao Chang To cite this version: Tao Chang. Evaluation of programming models for manycore and / or heterogeneous architectures for Monte Carlo neutron transport codes. Computer science. Institut Polytechnique de Paris, 2020. English. NNT : 2020IPPAX099. tel-03086536 HAL Id: tel-03086536 https://tel.archives-ouvertes.fr/tel-03086536 Submitted on 22 Dec 2020 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Evaluation of programming models for manycore and / or heterogeneous architectures for Monte Carlo neutron NNT : 2020IPPAX099 transport codes Thèse de doctorat de l’Institut Polytechnique de Paris préparée à l’École polytechnique École doctorale n◦626 École doctorale de l’Institut Polytechnique de Paris (ED IP Paris) Spécialité de doctorat: Informatique, Données et Intelligence Artificielle Thèse présentée et soutenue à Saclay, le 01/12/2020, par TAO CHANG Composition du Jury : Michael HEROUX Professeur, Sandia National Laboratories
    [Show full text]
  • Sok: Computer-Aided Cryptography
    SoK: Computer-Aided Cryptography Manuel Barbosa∗, Gilles Bartheyz, Karthik Bhargavanx, Bruno Blanchetx, Cas Cremers{, Kevin Liaoyk, Bryan Parno∗∗ ∗University of Porto (FCUP) and INESC TEC, yMax Planck Institute for Security & Privacy, zIMDEA Software Institute, xINRIA Paris, {CISPA Helmholtz Center for Information Security, kMIT, ∗∗Carnegie Mellon University Abstract—Computer-aided cryptography is an active area of which are difficult to catch by code testing or auditing; ad- research that develops and applies formal, machine-checkable hoc constant-time coding recipes for mitigating side-channel approaches to the design, analysis, and implementation of attacks are tricky to implement, and yet may not cover the cryptography. We present a cross-cutting systematization of the computer-aided cryptography literature, focusing on three whole gamut of leakage channels exposed in deployment. main areas: (i) design-level security (both symbolic security and Unfortunately, the current modus operandi—relying on a select computational security), (ii) functional correctness and efficiency, few cryptography experts armed with rudimentary tooling to and (iii) implementation-level security (with a focus on digital vouch for security and correctness—simply cannot keep pace side-channel resistance). In each area, we first clarify the role with the rate of innovation and development in the field. of computer-aided cryptography—how it can help and what the caveats are—in addressing current challenges. We next present Computer-aided cryptography, or CAC for short, is an active a taxonomy of state-of-the-art tools, comparing their accuracy, area of research that aims to address these challenges. It en- scope, trustworthiness, and usability. Then, we highlight their compasses formal, machine-checkable approaches to design- main achievements, trade-offs, and research challenges.
    [Show full text]
  • Solving Pdes in Space-Time
    Solving PDEs in Space-Time: 4D Tree-Based Adaptivity, Mesh-Free and Matrix-Free Approaches Masado Ishii Milinda Fernando Kumar Saurabh University of Utah University of Utah Iowa State University Salt Lake City, Utah Salt Lake City, Utah Ames, Iowa Biswajit Khara Baskar Hari Sundar Iowa State University Ganapathysubramanian University of Utah Ames, Iowa Iowa State University Salt Lake City, Utah Ames, Iowa ABSTRACT KEYWORDS Numerically solving partial diferential equations (PDEs) remains a 4D, space-time adaptive, sedectree, mesh-free, matrix-free, fnite compelling application of supercomputing resources. The next gen- element method, distributed memory parallel eration of computing resources – exhibiting increased parallelism and deep memory hierarchies– provide an opportunity to rethink ACM Reference Format: Masado Ishii, Milinda Fernando, Kumar Saurabh, Biswajit Khara, Baskar how to solve PDEs, especially time dependent PDEs. Here, we con- Ganapathysubramanian, and Hari Sundar. 2019. Solving PDEs in Space- sider time as an additional dimension and simultaneously solve for Time: 4D Tree-Based Adaptivity, Mesh-Free and Matrix-Free Approaches. In the unknown in large blocks of time (i.e. in 4D space-time), instead The International Conference for High Performance Computing, Networking, of the standard approach of sequential time-stepping. We discretize Storage, and Analysis (SC ’19), November 17–22, 2019, Denver, CO, USA. ACM, the 4D space-time domain using a mesh-free kD tree construction New York, NY, USA, 15 pages. https://doi.org/10.1145/3295500.3356198 that enables good parallel performance as well as on-the-fy con- struction of adaptive 4D meshes. To best use the 4D space-time mesh adaptivity, we invoke concepts from PDE analysis to establish 1 INTRODUCTION rigorous a posteriori error estimates for a general class of PDEs.
    [Show full text]
  • Výpočetní Jednotky Procesorů Poslední Generace a Jejich Využití.: Bakalárska Práca
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Digital library of Brno University of Technology VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA ELEKTROTECHNIKY A KOMUNIKAČNÍCH TECHNOLOGIÍ ÚSTAV TELEKOMUNIKACÍ FACULTY OF ELECTRICAL ENGINEERING AND COMMUNICATION DEPARTMENT OF TELECOMMUNICATIONS VÝPOČETNÍ JEDNOTKY PROCESORŮ POSLEDNÍ GENERACE A JEJICH VYUŽITÍ PROCESSING UNITS OF LAST GENERATION PROCESSORS AND THEIR UTILIZATION BAKALÁŘSKÁ PRÁCE BACHELOR'S THESIS AUTOR PRÁCE SAMUEL ŠLENKER AUTHOR VEDOUCÍ PRÁCE Ing. MIROSLAV BALÍK, Ph.D. SUPERVISOR BRNO 2015 VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ Fakulta elektrotechniky a komunikačních technologií Ústav telekomunikací Bakalářská práce bakalářský studijní obor Teleinformatika Student: Samuel Šlenker ID: 154887 Ročník: 3 Akademický rok: 2014/2015 NÁZEV TÉMATU: Výpočetní jednotky procesorů poslední generace a jejich využití POKYNY PRO VYPRACOVÁNÍ: Proveďte podrobnou analýzu a následné porovnání starších a nových vektorových jednotek, které se používají v současných moderních procesorech. Soustřeďte se na porovnání možností vektorových jednotek SSE, AVX a FMA. Na konkrétních příkladech maticového a vektorového počtu uveďte přínosy AVX oproti SSE, dále přínosy tří- nebo čtyř-operandových operací podporovaných v rámci FMA. V úvahu vezměte také počty jader současných mikroprocesorů a počet současně pracujících vektorových jednotek na jádro. Výsledky zpracujte samostatně ve formě dvou teoretických úvodů k laboratorním úlohám. Připravte si vývojové prostředí pro vytváření dynamických knihoven s funkcemi, které budou tyto výpočetní jednotky využívat. DOPORUČENÁ LITERATURA: [1] Haswell New Instruction Descriptions [online], 2014. Dostupné z https://software.intel.com/en-us/blogs/2011/06/13/haswell-new-instruction-descriptions-now-available/ [2] Intel® Advanced Vector Extensions Programming Reference (319433-011) [online], 2014.
    [Show full text]
  • The Lesser Work Isbn 978-1-68474-073-4
    THE LESSER WORK ISBN 978-1-68474-073-4 No Copyright Published March 2021 THE LESSER WORK JLIAT WWW.JLIAT.COM Contents Part One. IF ITS NOT FREE ITS NOT ART 1 Part Two HIGH HOPES - War. 14 Part Three. FOLDING – making un-making. 39 Part Four. For the want of God. 53 Part Five. Signs. 67 Part Six. Trees. 75 Part Seven. 2020. 89 Appendix A. Hegel's Science of Logic. Appendix B. 8086 family Instruction Set. Appendix C. TO HAVE DONE WITH THE JUDGEMENT OF GOD by Antonin Artaud Part One. IF ITS NOT FREE ITS NOT ART - Capitalism, Marxism, Society and Freedom. “Beyond the rupture of the economic conditions of music, composition is revealed as the demand for a truly different system of organisation, a network within which a different kind of music and different social relations can arise. A music produced by each individual for himself, for pleasure outside of meaning, usage and exchange.” (Jacques Atali in “Noise The Political Economy of Music” p. 137.) The slogan “IF ITS NOT FREE ITS NOT ART” in the first case could be thought to be a critique of capitalism not only in music but in Art in general, and it is. The critique applies to the two 'Art Worlds', that of the 'Recording Stars', Bond Street galleries and auction houses where 'Art' as a commodity sells for millions, and makes contemporary artists millionaires whose 'factories' generate wealth and expensive trophies for the super rich, The 'Art Industry', where works are valued in monetary terms only1. And the alternative, 'radical' art collectives of critique of late capitalism2 and the promotion of political and social enfranchisement for all, and compensation for those identified as marginalised groups.
    [Show full text]
  • Optimization of Supersingular Isogeny Cryptography for Deeply Embedded Systems Jeffrey Denton Calhoun University of New Mexico - Main Campus
    University of New Mexico UNM Digital Repository Electrical and Computer Engineering ETDs Engineering ETDs Spring 5-11-2018 Optimization of Supersingular Isogeny Cryptography for Deeply Embedded Systems Jeffrey Denton Calhoun University of New Mexico - Main Campus Follow this and additional works at: https://digitalrepository.unm.edu/ece_etds Part of the Electrical and Computer Engineering Commons Recommended Citation Calhoun, Jeffrey Denton. "Optimization of Supersingular Isogeny Cryptography for Deeply Embedded Systems." (2018). https://digitalrepository.unm.edu/ece_etds/420 This Thesis is brought to you for free and open access by the Engineering ETDs at UNM Digital Repository. It has been accepted for inclusion in Electrical and Computer Engineering ETDs by an authorized administrator of UNM Digital Repository. For more information, please contact [email protected]. Jeffrey Denton Calhoun Candidate Electrical and Computer Engineering Department This thesis is approved, and it is acceptable in quality and form for publication: Approved by the Thesis Committee: James Plusquellic , Chairperson Marios Pattichis Manel Martinez-Ramon Optimization of Supersingular Isogeny Cryptography for Deeply Embedded Systems by Jeffrey D. Calhoun B.S., Computer Engineering, University of New Mexico, 2016 THESIS Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science Computer Engineering The University of New Mexico Albuquerque, New Mexico July, 2018 ii Dedication Dedicated to those I love and everyone else, even though it might not be appreciated. iii Acknowledgments I would like to thank my friends and colleagues, Donald Owen and Andrew Targhetta, for their mentorship and support in this research. I would also like to thank my adviser, Jim Plusquellic, for his helpful suggestions and timely feed- back.
    [Show full text]