• ClipSaver
  • dtub.ru
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024 скачать в хорошем качестве

Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024 1 год назад

скачать видео

скачать mp3

скачать mp4

поделиться

телефон с камерой

телефон с видео

бесплатно

загрузить,

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024 в качестве 4k

У нас вы можете посмотреть бесплатно Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024 в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024

Julia offers the flexibility of a high-productivity language while providing control, performance, and compatibility with high-performance computing (HPC) hardware. This workshop demonstrates how Julia makes modern HPC accessible. It covers resource configuration, distributed computing, code optimization for CPUs and GPUs, and versatile workflows. Participants will have the opportunity to experience it firsthand with a hands-on session on a GPU-powered supercomputer. Check out the instructions [here](https://github.com/JuliaHPC/juliacon2.... Why to wait hours for computations to complete, when it could take only a few seconds? Tired of prototyping code in an interactive, high-level language and rewriting it in a lower-level language to get high-performance code? By its design, Julia offers the flexibility of a high-productivity language, without sacrificing the control, the performance, and the idiosyncrasies that are often demanded by high-performance computing (HPC) hardware. This workshop demonstrates how modern HPC is made accessible to a broad range of users using Julia. We will cover technical backgrounds and hands-on examples in contemporary uses of HPC systems: resource configuration and management; distributed computing; optimising code of CPUs and GPUs; sophisticated workflows that can run (almost) anywhere! If you’re using HPC systems right now, or if you’re just curious about HPC, this workshop is right for you. *Program* The workshop consists of 2 parts: 1. You will learn the basics of how to develop applications and workflows for HPC systems. Topics covered in the first part are: Managing your software environment on HPC systems Multithreading Distributed computing (structured and unstructured communication using [MPI.jl](https://github.com/JuliaParallel/MPI.jl), [Distributed.jl](https://github.com/JuliaLang/Distribu..., and [Dagger.jl](https://github.com/JuliaParallel/Dagg.... Developing code for GPUs. Each of the topics above will be presented in the form of technical background, and accessible hands-on examples. Since performance is key, we will also cover the relevant performance optimization tools for each area. 2. Once you’re armed with the necessary knowledge, we will spend the second part developing an HPC application on a supercomputer: [NERSC’s Perlmutter system](https://www.nersc.gov/systems/perlmut.... The application you will implement will be driven entirely from NERSC’s Jupyter Hub, and it will make use of multiple nodes and GPUs. Packages you will learn about/use: [MPI.jl](https://github.com/JuliaParallel/MPI.jl), [Dagger.jl](https://github.com/JuliaParallel/Dagg..., [HDF5.jl](https://github.com/JuliaIO/HDF5.jl), [IJulia.jl](https://github.com/JuliaLang/IJulia.jl). We will provide access to training accounts on NERSC’s “Perlmutter” system. Please apply to get our training account no later than a week before the workshop. *Details will be posted here: https://juliaparallel.org/tutorials/.* *Goals* By the end of this workshop, you will have acquired or refreshed the basics of how to develop applications and workflows for HPC systems using Julia. In the first part, you will learn about basic tools using simple examples. Then, in a second part, you will develop a parallelized version of a serial code and run it on NERSC’s GPU-accelerated supercomputer Perlmutter. We look forward to having you on board and will make sure to foster exchange of ideas and knowledge to provide an as inclusive as possible event. *Prerequisite Knowledge* This workshop assumes a basic knowledge of the Julia language (language structure such as functions and modules, control flow, and data types including arrays), and coding best practices (such as git, ssh, and limited usage of the Bash command line interface). We will cover the fundamentals of multi-threading, distributed, and GPU computing; as well as how these relate to modern HPC systems. Now prerequisite knowledge in these areas is needed.

Comments
  • Julia and Rust - Safer abstractions and FFI Workshop | Miguel Raz Guzmán Macedo | JuliaCon 2024 1 год назад
    Julia and Rust - Safer abstractions and FFI Workshop | Miguel Raz Guzmán Macedo | JuliaCon 2024
    Опубликовано: 1 год назад
  • Hardware & Software Basics (HPC in Julia 1/10) 3 года назад
    Hardware & Software Basics (HPC in Julia 1/10)
    Опубликовано: 3 года назад
  • Tim Besard - GPU Programming in Julia: What, Why and How? 2 года назад
    Tim Besard - GPU Programming in Julia: What, Why and How?
    Опубликовано: 2 года назад
  • 2023 - GPU with Julia part 1 1 год назад
    2023 - GPU with Julia part 1
    Опубликовано: 1 год назад
  • Productive Parallel Programming with Dagger.jl | Samaroo, Szufel | JuliaCon 2024 Workshop 1 год назад
    Productive Parallel Programming with Dagger.jl | Samaroo, Szufel | JuliaCon 2024 Workshop
    Опубликовано: 1 год назад
  • Bytecode Alliance Plumbers Summit Day 2 - Feb 26 2026 Трансляция закончилась 2 недели назад
    Bytecode Alliance Plumbers Summit Day 2 - Feb 26 2026
    Опубликовано: Трансляция закончилась 2 недели назад
  • Илон Маск про орбитальные дата‑центры и будущее ИИ 3 дня назад
    Илон Маск про орбитальные дата‑центры и будущее ИИ
    Опубликовано: 3 дня назад
  • MPAGS - High Performance in Julia 2023
    MPAGS - High Performance in Julia 2023
    Опубликовано:
  • Планы заказчиков иранской войны. 23 часа назад
    Планы заказчиков иранской войны.
    Опубликовано: 23 часа назад
  • Introduction to kernel (GPU) programming in Julia with an NBody simulation 1 год назад
    Introduction to kernel (GPU) programming in Julia with an NBody simulation
    Опубликовано: 1 год назад
  • Chris Lattner on Julia programming language | Lex Fridman Podcast Clips 2 года назад
    Chris Lattner on Julia programming language | Lex Fridman Podcast Clips
    Опубликовано: 2 года назад
  • AMD FX В 2026 ГОДУ / ОБЗОР И ТЕСТ 1 день назад
    AMD FX В 2026 ГОДУ / ОБЗОР И ТЕСТ
    Опубликовано: 1 день назад
  • What is Different About the Julia Programming Language? | Stefan Karpinski | JuliaHEP 2023 2 года назад
    What is Different About the Julia Programming Language? | Stefan Karpinski | JuliaHEP 2023
    Опубликовано: 2 года назад
  • Как НА САМОМ ДЕЛЕ работает Zapret 2? VLESS больше не нужен. 1 день назад
    Как НА САМОМ ДЕЛЕ работает Zapret 2? VLESS больше не нужен.
    Опубликовано: 1 день назад
  • Julia for Scientific HPC: Opportunities and Challenges | M. Schlottke-Lakemper | FerriteCon 2023 2 года назад
    Julia for Scientific HPC: Opportunities and Challenges | M. Schlottke-Lakemper | FerriteCon 2023
    Опубликовано: 2 года назад
  • Performance Optimization of GPU Applications in Julia 2 года назад
    Performance Optimization of GPU Applications in Julia
    Опубликовано: 2 года назад
  • ЛЮДИ НА ЛУНЕ: В ЧЁМ ПРОБЛЕМЫ? Семихатов и Сурдин 1 день назад
    ЛЮДИ НА ЛУНЕ: В ЧЁМ ПРОБЛЕМЫ? Семихатов и Сурдин
    Опубликовано: 1 день назад
  • [08x09] Символьные вычисления в Julia с использованием Symbolics.jl, SymbolicNumericIntegration.j... 2 года назад
    [08x09] Символьные вычисления в Julia с использованием Symbolics.jl, SymbolicNumericIntegration.j...
    Опубликовано: 2 года назад
  • Julia for High-Performance Computing | JuliaCon 2022 Трансляция закончилась 3 года назад
    Julia for High-Performance Computing | JuliaCon 2022
    Опубликовано: Трансляция закончилась 3 года назад
  • США против Ирана: как может развиваться ситуация - Щелин и Дудник 1 день назад
    США против Ирана: как может развиваться ситуация - Щелин и Дудник
    Опубликовано: 1 день назад

Контактный email для правообладателей: u2beadvert@gmail.com © 2017 - 2026

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5