Modern C++ for Parallelism in High Performance ComputingParallelism in High Performance Computing Victor Eijkhout CppCon 2024 ## I ntroduction This poster reports on ‘D2D’, a benchmark that explores elegance of expression and performance in the context context of a High Performance Computing ‘mini-application’. The same code has been implemented using a number of different approaches to parallelism. Implementations are discussed with performance results. ## arrays through 'mdspan', it is interesting to explore what C++ can offer for lower level performance critical operations. Scientific computing is an interesting test case since many algorithms are0 码力 | 3 页 | 91.16 KB | 1 年前3
High-Performance Numerical Integration in the Age of C++26## +24 ## High-Performance Numerical Integration in the Age of C++26 VINCENT REVERDY ## High-Performance Numerical Integration in the Age of C++26 Vincent Reverdy Laboratoire d'Annecy de Physique past, other languages do far better in terms of everything: functionality, ease of use, and even performance ## This talk The goal is NOT to revolutionize everything or show a library that beats everything methods ☑ Explicit adaptive Runge-Kutta schemes ☑ Slightly enhanced methods with interpolants ☑ High-accuracy interpolation inside integration steps ## I nterpolation with extra coefficients $ \beta_{i}0 码力 | 57 页 | 4.14 MB | 1 年前3
Nim - the first high performance language with full support for hot codereloading at runtime## Nim - the first high performance language with full support for hot codereloading at runtime by Viktor Kirilov ## Me, myself and I • my name is Viktor Kirilov - from Bulgaria • creator of doctest \begin{aligned}A ## I terators type CustomRange = object low: int high: int iterator items(range: CustomRange): int = var i = range.low while i <= range.high: yield i inc i iterator pairs(range: CustomRange): # uses CustomRange.items yield (i, char(i + ord('a')) for i, c in CustomRange(low: 1, high: 3): echo c # prints: b, c, d ## V ariants # This is an example how an abstract syntax tree0 码力 | 63 页 | 2.91 MB | 2 年前3
High-Performance Cross-Platform Architecture: C++20 Innovations## +24 ## High-Performance Cross-Platform Architecture: C++20 Innovations ## NOAH STEIN ## About Me • 35-year career in video games and embedded software • Started using C++ in 1995 • First cross-platform moved into general-purpose registers for computations • Depending on the platform, may see a performance gain at this stage ## QuatFunctions template 0 码力 | 75 页 | 581.83 KB | 1 年前3
Symbolic Calculus for High-Performance Computing: From Scratch Using C++23## +23 ## Symbolic Calculus for High-performance Computing From Scratch Using C++23 VINCENT REVERDY ## Symbolic Calculus for High-Performance Computing from Scratch using C++23 Vincent Reverdy Laboratoire know about optimization, performance, parallelism, ... ## What this talk is not about ■ Complicated maths (you are smart people, you can do it yourself) ☑ High-performance computing (you all know about ■ Symbolic calculus (derivatives, integrals) ☑ Full blown custom rule-based rewriting ## High-performance ■ Since formulas have the entire information on the mathematical AST, it's possible to0 码力 | 70 页 | 1.80 MB | 1 年前3
Performance Lets dive into Performance issues## Performance ## Lets dive into Performance issues • Everything in JavaScript defaults to being on the same thread. Too much work on main thread • Android nested layouts • Functions and objects defined0 码力 | 15 页 | 1.71 MB | 2 年前3
Performance Matters## PERFORMANCE MATTERS Emery Berger College of Information and Computer Sciences UMASS AMHERST (joint work with Charlie Curtsinger, Grinnell College) emeryberger.com, @emeryberger ## A short time ### un.bmp ## Performance used to be easy  Performance improvement in the '80s ## I I ## Performance improvement in [Image](/uploads/documents/6/9/a/5/69a5a7f2064c85b44eb3710c323581ae/p19_1.jpg) loading... ## Performance not easy anymore 0 码力 | 197 页 | 11.90 MB | 1 年前3
Performance of Apache Ozone on NVMe## Performance of Apache Ozone on NVMe Wei-Chiu Chuang (jojochuang) Ritesh Shukla (kerneltime) ## Agenda • Overview of how Ozone and how it scales • Why NVME is important for Ozone for scaling • Benefits Benefits of using NVME • Impala performance results from NVME clusters • Write path improvements results from NVME clusters • Summary • Questions ## Ozone Architecture |Slow startup based on size| |High Availability|Active - Active|Active - Standby| |Protocol Support|Hadoop / S3 API|Hadoop API| ## CLOUDERA0 码力 | 34 页 | 2.21 MB | 2 年前3
How GitOps Boosts
Business Performance:
The Facts## How GitOps Boosts Business Performance: The Facts  ## I NTRODUCTION As cloud-native applications have become more prevalent competitive advantage with an increase in innovation. This positive effect is not limited to the performance of engineering teams. Technology, in particular cloud native technology like Kubernetes and its together six years of data drawn from over 31,000 technology professionals worldwide. It charts the performance of engineering teams across the world against four key measures: lead time for new features, failure0 码力 | 9 页 | 506.50 KB | 2 年前3
Performance Engineering: Being Friendly to Your Hardware## 20 24 September 15 - 20 ## +24 ## Performance Engineering Being Friendly to Your Hardware ## I GNAS BAGDONAS ## Being Friendly to Your Hardware Performance Engineering A gentle introduction to hardware multilayer components ## Memory • What about HBM? Not 1024 bits, 8 x 128 instead. Bandwidth will only be high when there is sufficient stream of commands inflight • What about remote memory? CXL and vendor ble> From JESD 79-4 DDR4 specification Same capacity, different composition => different performance profile ## Memory • Memory system is in the uncore • Cores act as clients • Remote socket cores0 码力 | 111 页 | 2.23 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Modern C++ParallelismHigh Performance ComputingD2D benchmarkStencil operations数值积分C++26Runge-Kutta方法Butcher表格编译器优化热代码重载Nim语言编译模型性能模块化跨平台架构C++20性能优化概念平台支持符号计算C++23表达式模板无状态lambda技巧JavaScript性能优化Android嵌套布局主线程负载性能测试工具v8Flags配置Performance AnalysisPerformance ProfilingLatencyThroughputCachingApache OzoneNVMeImpalaHDFSGitOpsDevOpsKubernetesDORA部署频率Performance EngineeringHardwareMemcpyAlignmentPerformance Testing













