Getting Started with Codexl Introduction AMD Codexl™ Is a Coherent and Innovative Tool Suite with a Unified User Interface

Total Page:16

File Type:pdf, Size:1020Kb

Getting Started with Codexl Introduction AMD Codexl™ Is a Coherent and Innovative Tool Suite with a Unified User Interface AMD CodeXL Quick Start Guide AMD Developer Tools Team Advanced Micro Devices, Inc. Version 1.2 Revision 1 Table of Contents Introduction ................................................................................................................................................ 2 Install CodeXL ............................................................................................................................................ 2 Validate CodeXL installation ............................................................................................................... 4 Installing the VC++ Redistributable package .............................................................................. 5 CodeXL help ................................................................................................................................................ 6 Run the Teapot Sample project ......................................................................................................... 6 Basic debugging ........................................................................................................................................ 9 Source Code view .................................................................................................................................. 10 Breakpoint view ..................................................................................................................................... 11 Watch and Locals views ..................................................................................................................... 12 Explorer view .......................................................................................................................................... 14 Call Stack view ........................................................................................................................................ 16 Function Calls History view.............................................................................................................. 17 Debugged Process Events view ...................................................................................................... 17 Memory view ........................................................................................................................................... 18 Statistics view ......................................................................................................................................... 18 System information .............................................................................................................................. 18 Project settings ....................................................................................................................................... 20 Profile mode ............................................................................................................................................. 20 CPU profiling ............................................................................................................................................ 21 GPU profiling ........................................................................................................................................... 26 CodeXL Explorer view ......................................................................................................................... 28 Kernel Analyzer ...................................................................................................................................... 30 Start KernelAnalyzer2......................................................................................................................... 30 Open kernel source............................................................................................................................... 31 Build Options- Choosing target Asics .......................................................................................... 32 Build Options- Defining kernel compilation options ........................................................... 32 Analysis Input Tab ................................................................................................................................ 33 Build the kernel ...................................................................................................................................... 33 Build Statistics Tab ............................................................................................................................... 34 The Analysis Tab .................................................................................................................................... 34 Known issues ........................................................................................................................................... 35 Support ....................................................................................................................................................... 35 Getting Started with CodeXL Introduction AMD CodeXL™ is a coherent and innovative tool suite with a unified user interface. It lets you harness the benefits of AMD CPUs, GPUs, and APUs with a single program. You can use its powerful APU/GPU debugging, CPU and GPU profiling, and static OpenCL™ kernel analysis capabilities to find bugs and to optimize application performance, giving you easy access to the new era of heterogeneous computing. AMD CodeXL is available as a standalone application for Windows® and Linux® and as a Microsoft® Visual Studio® extension for Windows. This document describes CodeXL system requirements, how to install CodeXL, and how to get started using CodeXL. It then describes how to get started using the kernel analysis tool KernelAnalyzer2. Finally, it explains how to find information about known CodeXL issues and how to contact AMD for support. Install CodeXL This section describes how to install CodeXL. The installation details are system- specific (Windows or Linux), but once you have installed and started CodeXL its operation is system-independent. OpenCL profiling and OpenCL kernel debugging requirements: • An AMD GPU (Radeon HD5000 or newer) or APU • AMD Catalyst Driver, release 12.8 or later o Recommended version: Catalyst 13.6 Beta o See: support.amd.com/US/GPUDOWNLOAD/Pages/index.aspx and click the “Latest Windows Beta Driver”/“Latest Linux Beta Driver” links. OpenCL API-level debugging requirement: • A working OpenCL/OpenGL configuration (AMD or other) CPU profiling requirements: • Time-based profiling: any x64 or AMD X64 (x86-64) CPU or APU • Event-based profiling (EBP) and instruction-based sampling (IBS): an AMD CPU or APU Windows system requirements: • Microsoft Windows 7, 8 or 8.1 (32 bit or 64 bit) • [Optional] Microsoft Visual Studio 2010 • [Optional] Microsoft Visual Studio 2012 Linux system requirements: • Red Hat Enterprise Linux 6.0 U2 64-bit or later 2 © 2013 Advanced Micro Devices, Inc. Getting Started with CodeXL or • Ubuntu 12.04 64-bit or later Download the AMD CodeXL installation package from developer.amd.com/tools/heterogeneous- computing/codexl/#download Then install it as described below for your system. For Windows: Download the .exe file AMD_CodeXL_Win*.exe for Windows (32-bit or 64-bit). When the download completes, click on the .exe file to install CodeXL. The installer will walk you through the installation process. The CodeXL Visual Studio 2010 and 2012 extensions are part of the Windows .exe installer package and are installed by default. Choose “Custom” installation and deselect the Visual Studio extensions if you do not want to install them. For Red Hat/CentOS/Fedora Linux, install the RPM package directly: Download the 64-bit Linux RPM package AMD_CodeXL_Linux*.rpm. $ sudo rpm -Uvh AMD_CodeXL_Linux*.rpm For Ubuntu, either install the tar archive, or alternatively convert the .rpm to a .deb package: Either: Download the 64-bit Linux tar package AMD_CodeXL_Linux*.tar.gz $ tar –xvzf AMD_CodeXL_Linux*.tar.gz or: Download the 64-bit Linux RPM package AMD_CodeXL_Linux*.rpm. $ sudo apt-get install alien $ sudo alien -k AMD_CodeXL_Linux*.rpm $ sudo dpkg -i AMD_CodeXL_Linux*.deb 3 © 2013 Advanced Micro Devices, Inc. Getting Started with CodeXL Validate CodeXL installation Launch the CodeXL standalone application (or Visual Studio, if you are using the VS CodeXL extension) after you finish CodeXL installation. For Windows: • Windows >> All Programs should have a new folder entry: AMD Developer Tools >> AMD CodeXL. • An AMD CodeXL shortcut should appear on the desktop. • Control Panel should show AMD CodeXL in its list of installed programs. Double-click on the CodeXL desktop shortcut or select CodeXL from the program menu. The CodeXL standalone application should start. For Windows using the Visual Studio plugin: Launch Microsoft Visual Studio. The VS GUI should appear. Verify that AMD CodeXL is installed: Select Help >> About Microsoft Visual Studio from the menu bar. CodeXL should be listed under Installed products. The VS menu bar should include a CodeXL pull-down menu. For Linux: Either: • Add /opt/AMD/CodeXL/Output_x86_64/release/bin/ or wherever you extracted the tar package to your PATH and launch: $ PATH=/opt/AMD/CodeXL/Output_x86_64/release/bin:$PATH $ CodeXL or: • Navigate to /opt/AMD/CodeXL/Output_x86_64/release/bin/ or wherever you extracted the tar package and launch: $ cd /opt/AMD/CodeXL/Output_x86_64/bin/ $ ./CodeXL The CodeXL standalone application should start. When you finish the installation
Recommended publications
  • Candidate Features for Future Opengl 5 / Direct3d 12 Hardware and Beyond 3 May 2014, Christophe Riccio
    Candidate features for future OpenGL 5 / Direct3D 12 hardware and beyond 3 May 2014, Christophe Riccio G-Truc Creation Table of contents TABLE OF CONTENTS 2 INTRODUCTION 4 1. DRAW SUBMISSION 6 1.1. GL_ARB_MULTI_DRAW_INDIRECT 6 1.2. GL_ARB_SHADER_DRAW_PARAMETERS 7 1.3. GL_ARB_INDIRECT_PARAMETERS 8 1.4. A SHADER CODE PATH PER DRAW IN A MULTI DRAW 8 1.5. SHADER INDEXED LOSE STATES 9 1.6. GL_NV_BINDLESS_MULTI_DRAW_INDIRECT 10 1.7. GL_AMD_INTERLEAVED_ELEMENTS 10 2. RESOURCES 11 2.1. GL_ARB_BINDLESS_TEXTURE 11 2.2. GL_NV_SHADER_BUFFER_LOAD AND GL_NV_SHADER_BUFFER_STORE 11 2.3. GL_ARB_SPARSE_TEXTURE 12 2.4. GL_AMD_SPARSE_TEXTURE 12 2.5. GL_AMD_SPARSE_TEXTURE_POOL 13 2.6. SEAMLESS TEXTURE STITCHING 13 2.7. 3D MEMORY LAYOUT FOR SPARSE 3D TEXTURES 13 2.8. SPARSE BUFFER 14 2.9. GL_KHR_TEXTURE_COMPRESSION_ASTC 14 2.10. GL_INTEL_MAP_TEXTURE 14 2.11. GL_ARB_SEAMLESS_CUBEMAP_PER_TEXTURE 15 2.12. DMA ENGINES 15 2.13. UNIFIED MEMORY 16 3. SHADER OPERATIONS 17 3.1. GL_ARB_SHADER_GROUP_VOTE 17 3.2. GL_NV_SHADER_THREAD_GROUP 17 3.3. GL_NV_SHADER_THREAD_SHUFFLE 17 3.4. GL_NV_SHADER_ATOMIC_FLOAT 18 3.5. GL_AMD_SHADER_ATOMIC_COUNTER_OPS 18 3.6. GL_ARB_COMPUTE_VARIABLE_GROUP_SIZE 18 3.7. MULTI COMPUTE DISPATCH 19 3.8. GL_NV_GPU_SHADER5 19 3.9. GL_AMD_GPU_SHADER_INT64 20 3.10. GL_AMD_GCN_SHADER 20 3.11. GL_NV_VERTEX_ATTRIB_INTEGER_64BIT 21 3.12. GL_AMD_ SHADER_TRINARY_MINMAX 21 4. FRAMEBUFFER 22 4.1. GL_AMD_SAMPLE_POSITIONS 22 4.2. GL_EXT_FRAMEBUFFER_MULTISAMPLE_BLIT_SCALED 22 4.3. GL_NV_MULTISAMPLE_COVERAGE AND GL_NV_FRAMEBUFFER_MULTISAMPLE_COVERAGE 22 4.4. GL_AMD_DEPTH_CLAMP_SEPARATE 22 5. BLENDING 23 5.1. GL_NV_TEXTURE_BARRIER 23 5.2. GL_EXT_SHADER_FRAMEBUFFER_FETCH (OPENGL ES) 23 5.3. GL_ARM_SHADER_FRAMEBUFFER_FETCH (OPENGL ES) 23 5.4. GL_ARM_SHADER_FRAMEBUFFER_FETCH_DEPTH_STENCIL (OPENGL ES) 23 5.5. GL_EXT_PIXEL_LOCAL_STORAGE (OPENGL ES) 24 5.6. TILE SHADING 25 5.7. GL_INTEL_FRAGMENT_SHADER_ORDERING 26 5.8. GL_KHR_BLEND_EQUATION_ADVANCED 26 5.9.
    [Show full text]
  • AMD Codexl 1.7 GA Release Notes
    AMD CodeXL 1.7 GA Release Notes Thank you for using CodeXL. We appreciate any feedback you have! Please use the CodeXL Forum to provide your feedback. You can also check out the Getting Started guide on the CodeXL Web Page and the latest CodeXL blog at AMD Developer Central - Blogs This version contains: For 64-bit Windows platforms o CodeXL Standalone application o CodeXL Microsoft® Visual Studio® 2010 extension o CodeXL Microsoft® Visual Studio® 2012 extension o CodeXL Microsoft® Visual Studio® 2013 extension o CodeXL Remote Agent For 64-bit Linux platforms o CodeXL Standalone application o CodeXL Remote Agent Note about installing CodeAnalyst after installing CodeXL for Windows AMD CodeAnalyst has reached End-of-Life status and has been replaced by AMD CodeXL. CodeXL installer will refuse to install on a Windows station where AMD CodeAnalyst is already installed. Nevertheless, if you would like to install CodeAnalyst, do not install it on a Windows station already installed with CodeXL. Uninstall CodeXL first, and then install CodeAnalyst. System Requirements CodeXL contains a host of development features with varying system requirements: GPU Profiling and OpenCL Kernel Debugging o An AMD GPU (Radeon HD 5000 series or newer, desktop or mobile version) or APU is required. o The AMD Catalyst Driver must be installed, release 13.11 or later. Catalyst 14.12 (driver 14.501) is the recommended version. See "Getting the latest Catalyst release" section below. For GPU API-Level Debugging, a working OpenCL/OpenGL configuration is required (AMD or other). CPU Profiling o Time-Based Profiling can be performed on any x86 or AMD64 (x86-64) CPU/APU.
    [Show full text]
  • Porting Source to Linux
    Porting Source to Linux Valve’s Lessons Learned Overview . Who is this talk for? . Why port? . Windows->Linux . Linux Tools . Direct3D->OpenGL Why port? 100% Why port? Nov Dec Jan Feb . Linux is open 10% . Linux (for gaming) is growing, and quickly 1% . Stepping stone to mobile . Performance 0% . Steam for Linux Linux Mac Windows % December January February Windows 94.79 94.56 94.09 Mac 3.71 3.56 3.07 Linux 0.79 1.12 2.01 Why port? – cont’d . GL exposes functionality by hardware capability—not OS. China tends to have equivalent GPUs, but overwhelmingly still runs XP — OpenGL can allow DX10/DX11 (and beyond) features for all of those users Why port? – cont’d . Specifications are public. GL is owned by committee, membership is available to anyone with interest (and some, but not a lot, of $). GL can be extended quickly, starting with a single vendor. GL is extremely powerful Windows->Linux Windowing issues . Consider SDL! . Handles all cross-platform windowing issues, including on mobile OSes. Tight C implementation—everything you need, nothing you don’t. Used for all Valve ports, and Linux Steam http://www.libsdl.org/ Filesystem issues . Linux filesystems are case-sensitive . Windows is not . Not a big issue for deployment (because everyone ships packs of some sort) . But an issue during development, with loose files . Solution 1: Slam all assets to lower case, including directories, then tolower all file lookups (only adjust below root) . Solution 2: Build file cache, look for similarly named files Other issues . Bad Defines — E.g. Assuming that LINUX meant DEDICATED_SERVER .
    [Show full text]
  • ATI Radeon™ HD 2000 Series Technology Overview
    C O N F I D E N T I A L ATI Radeon™ HD 2000 Series Technology Overview Richard Huddy Worldwide DevRel Manager, AMD Graphics Products Group Introducing the ATI Radeon™ HD 2000 Series ATI Radeon™ HD 2900 Series – Enthusiast ATI Radeon™ HD 2600 Series – Mainstream ATI Radeon™ HD 2400 Series – Value 2 ATI Radeon HD™ 2000 Series Highlights Technology leadership Cutting-edge image quality features • Highest clock speeds – up to 800 MHz • Advanced anti-aliasing and texture filtering capabilities • Highest transistor density – up to 700 million transistors • Fast High Dynamic Range rendering • Lowest power for mobile • Programmable Tessellation Unit 2nd generation unified architecture ATI Avivo™ HD technology • Superscalar design with up to 320 stream • Delivering the ultimate HD video processing units experience • Optimized for Dynamic Game Computing • HD display and audio connectivity and Accelerated Stream Processing DirectX® 10 Native CrossFire™ technology • Massive shader and geometry processing • Superior multi-GPU support performance • Enabling the next generation of visual effects 3 The March to Reality Radeon HD 2900 Radeon X1950 Radeon Radeon X1800 X800 Radeon Radeon 9700 9800 Radeon 8500 Radeon 4 2nd Generation Unified Shader Architecture y Development from proven and successful Command Processor Sha S “Xenos” design (XBOX 360 graphics) V h e ade der Programmable r t Settupup e x al Z Tessellator r I Scan Converter / I n C ic n s h • New dispatch processor handling thousands of Engine ons Rasterizer Engine d t c r e r u x ar e c t f
    [Show full text]
  • AMD Codexl 1.8 GA Release Notes
    AMD CodeXL 1.8 GA Release Notes Contents AMD CodeXL 1.8 GA Release Notes ......................................................................................................... 1 New in this version .............................................................................................................................. 2 System Requirements .......................................................................................................................... 2 Getting the latest Catalyst release ....................................................................................................... 4 Note about installing CodeAnalyst after installing CodeXL for Windows ............................................... 4 Fixed Issues ......................................................................................................................................... 4 Known Issues ....................................................................................................................................... 5 Support ............................................................................................................................................... 6 Thank you for using CodeXL. We appreciate any feedback you have! Please use the CodeXL Forum to provide your feedback. You can also check out the Getting Started guide on the CodeXL Web Page and the latest CodeXL blog at AMD Developer Central - Blogs This version contains: For 64-bit Windows platforms o CodeXL Standalone application o CodeXL Microsoft® Visual Studio®
    [Show full text]
  • Masterarbeit / Master's Thesis
    MASTERARBEIT / MASTER'S THESIS Titel der Masterarbeit / Title of the Master`s Thesis "Reducing CPU overhead for increased real time rendering performance" verfasst von / submitted by Daniel Martinek BSc angestrebter Akademischer Grad / in partial fulfilment of the requirements for the degree of Diplom-Ingenieur (Dipl.-Ing.) Wien, 2016 / Vienna 2016 Studienkennzahl lt. Studienblatt / A 066 935 degree programme code as it appears on the student record sheet: Studienrichtung lt. Studienblatt / Masterstudium Medieninformatik UG2002 degree programme as it appears on the student record sheet: Betreut von / Supervisor: Univ.-Prof. Dipl.-Ing. Dr. Helmut Hlavacs Contents 1 Introduction 1 1.1 Motivation . .1 1.2 Outline . .2 2 Introduction to real-time rendering 3 2.1 Using a graphics API . .3 2.2 API future . .6 3 Related Work 9 3.1 nVidia Bindless OpenGL Extensions . .9 3.2 Introducing the Programmable Vertex Pulling Rendering Pipeline . 10 3.3 Improving Performance by Reducing Calls to the Driver . 11 4 Libraries and Utilities 13 4.1 SDL . 13 4.2 glm . 13 4.3 ImGui . 14 4.4 STB . 15 4.5 Assimp . 16 4.6 RapidJSON . 16 4.7 DirectXTex . 16 5 Engine Architecture 17 5.1 breach . 17 5.2 graphics . 19 5.3 profiling . 19 5.4 input . 20 5.5 filesystem . 21 5.6 gui . 21 5.7 resources . 21 5.8 world . 22 5.9 rendering . 23 5.10 rendering2d . 23 6 Resource Conditioning 25 6.1 Materials . 26 i 6.2 Geometry . 27 6.3 World Data . 28 6.4 Textures . 29 7 Resource Management 31 7.1 Meshes .
    [Show full text]
  • Getting Started with Codexl the Analysis Tab
    AMD CodeXL Quick Start Guide AMD Developer Tools Team Advanced Micro Devices, Inc. Version 1.5 Revision 1 Table of Contents INTRODUCTION .................................................................................................................... 3 LATEST VERSION OF THIS DOCUMENT .......................................................................... 3 PREREQUISITES ................................................................................................................... 3 DOWNLOAD AND INSTALL CODEXL ................................................................................ 4 Validate Installation .......................................................................................................................... 5 Installing the VC++ Redistributable Package...................................................................................... 7 CODEXL HELP ........................................................................................................................ 7 SYSTEM INFORMATION ...................................................................................................... 8 TEAPOT SAMPLE PROJECT .............................................................................................. 10 Debug the Teapot Sample Application ............................................................................................ 11 Basic Debugging .............................................................................................................................. 12 Source Code View
    [Show full text]
  • Codexl 2.6 GA Release Notes
    CodeXL 2.6 GA Release Notes Contents CodeXL 2.6 GA Release Notes ....................................................................................................................... 1 New in this version .................................................................................................................................... 2 System Requirements ............................................................................................................................... 2 Getting the latest Radeon™ Software release .......................................................................................... 3 Radeon software packages can be found here: .................................................................................... 3 Fixed Issues ............................................................................................................................................... 3 Known Issues ............................................................................................................................................. 4 Support ..................................................................................................................................................... 5 Thank you for using CodeXL. We appreciate any feedback you have! Please use the CodeXL Issues Page to provide your feedback. You can also check out the Getting Started guide and the latest CodeXL blog at GPUOpen.com This version contains: • For 64-bit Windows® platforms o CodeXL Standalone application o CodeXL Remote Agent
    [Show full text]
  • Heterogeneous System Architecture Pdf
    Heterogeneous system architecture pdf Continue The Heterogeneous System Architecture (HSA) is a cross-supplier set of specifications that allow for the integration of central processing processors and GPUs on the same bus, with shared memory and tasks. HSA is developed by the HSA Foundation, which includes (among many others) AMD and ARM. The stated goal of the platform is to reduce the delay in communication between processors, GPUs, and other computing devices and to make these different devices more compatible from the programmer's point of view, freeing the programmer from the task of scheduling the movement of data between disparate device memories (as should be done now with OpenCL or CUDA). CUDA and OpenCL, as well as most other fairly advanced programming languages, can use HSA to improve performance. Heterogeneous computing is widely used in chip system devices such as tablets, smartphones, other mobile devices, and game consoles. HSA allows programs to use a GPU to calculate floating currents without separate memory or planning. The rationale behind the HSA is to ease the burden on programmers when unloading calculations in the GPU. Originally driven exclusively by AMD and called the FSA, the idea has been expanded to cover processors other than GPUs such as other manufacturers' DSPs as well. Steps performed when unloading calculations in THED on non-HSA system steps performed when unloading calculations in the GPU on the HSA system, using HSA functionality, Modern GPUs are very well suited to one instruction, multiple data (SIMD) and one manual, multiple threads (SIMT), while modern processors are still optimized for branching.
    [Show full text]
  • Deus Ex Human Revolution Pc Games Download Megasync Deus Ex: Human Revolution - V1.2.633.0 +11 Trainer - Download
    deus ex human revolution pc games download megasync Deus Ex: Human Revolution - v1.2.633.0 +11 Trainer - Download. Gameplay-facilitating trainer for Deus Ex: Human Revolution . This trainer may not necessarily work with your copy of the game. file type Trainer. file size 181.4 KB. last update Tuesday, October 18, 2011. Report problems with download to [email protected] In order to unpack this file after download, please enter the following password: trainer . For unpacking files we recommend using a free software - 7-Zip. Unzip the contents of the archive, run the trainer, and then the game. During the game you will be able to use the following keys: NUMPAD1 -unlimited amount of Ammo. NUMPAD2 -you do not need to reload weapons. NUMPAD + -maximum power. NUMPAD4 -single attack opponent neutralizes. NUMPAD5 -add 100 experience points (you can type a different value in the trainer) NUMPAD6 -add 1000 credits (you can type a different value in the trainer) NUMPAD7 � adding 10 points to Praxis (you can type a different value in the trainer) NUMPAD8 -running without any restrictions. NUMPAD9 -unlimited battery power. NUMPAD0 -counter to stop the passage of time while solving mini-games hack. Please Note! Trainer works only with version 1.2.633.0 of the game! Last update: Tuesday, October 18, 2011 Genre: RPG File size: 181.4 KB. Note: The cheats and tricks listed above may not necessarily work with your copy of the game. This is due to the fact that they generally work with a specific version of the game and after updating it or choosing another language they may (although do not have to) stop working or even malfunction.
    [Show full text]
  • Download Radeon Hd 2600 Pro Driver Download Radeon Hd 2600 Pro Driver
    download radeon hd 2600 pro driver Download radeon hd 2600 pro driver. Completing the CAPTCHA proves you are a human and gives you temporary access to the web property. What can I do to prevent this in the future? If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware. If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices. Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store. Cloudflare Ray ID: 67d1a3df69d1c438 • Your IP : 188.246.226.140 • Performance & security by Cloudflare. Download radeon hd 2600 pro driver. Completing the CAPTCHA proves you are a human and gives you temporary access to the web property. What can I do to prevent this in the future? If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware. If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices. Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store. Cloudflare Ray ID: 67d1a3e15c27c3f7 • Your IP : 188.246.226.140 • Performance & security by Cloudflare.
    [Show full text]
  • Mellanox Corporate Deck
    UCX Community Meeting SC’19 November 2019 Open Meeting Forum and Publicly Available Work Product This is an open, public standards setting discussion and development meeting of UCF. The discussions that take place during this meeting are intended to be open to the general public and all work product derived from this meeting shall be made widely and freely available to the public. All information including exchange of technical information shall take place during open sessions of this meeting and UCF will not sponsor or support any closed or private working group, standards setting or development sessions that may take place during this meeting. Your participation in any non-public interactions or settings during this meeting are outside the scope of UCF's intended open-public meeting format. © 2019 UCF Consortium 2 UCF Consortium . Mission: • Collaboration between industry, laboratories, and academia to create production grade communication frameworks and open standards for data centric and high-performance applications . Projects https://www.ucfconsortium.org Join • UCX – Unified Communication X – www.openucx.org [email protected] • SparkUCX – www.sparkucx.org • Open RDMA . Board members • Jeff Kuehn, UCF Chairman (Los Alamos National Laboratory) • Gilad Shainer, UCF President (Mellanox Technologies) • Pavel Shamis, UCF treasurer (Arm) • Brad Benton, Board Member (AMD) • Duncan Poole, Board Member (Nvidia) • Pavan Balaji, Board Member (Argonne National Laboratory) • Sameh Sharkawi, Board Member (IBM) • Dhabaleswar K. (DK) Panda, Board Member (Ohio State University) • Steve Poole, Board Member (Open Source Software Solutions) © 2019 UCF Consortium 3 UCX History https://www.hpcwire.com/2018/09/17/ucf-ucx-and-a-car-ride-on-the-road-to-exascale/ © 2019 UCF Consortium 4 © 2019 UCF Consortium 5 UCX Portability .
    [Show full text]