This book is all about getting hands-on with different toolchains that connect Rust to NVIDIA hardware. There's RustaCUDA for safe host-side control, the Rust-CUDA project for writing kernels in pure Rust, and NVIDIA's experimental cuda-oxide compiler with its typed launches and async execution graphs.
We're going to build one Cargo workspace that keeps on growing. It'll include device queries, launch planning, Rust-written kernels, memory optimization, parallel reductions and scans, multi-stream pipelines, matrix multiplication benchmarked against cuBLAS, a Monte Carlo option pricer validated against a closed formula, and a complete batched inference application measured against a Python baseline. We'll check every result against a CPU reference, and the reports will give accurate numbers, including where libraries outperform hand-written kernels and where experimental toolchains are still a work in progress.
Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.
Da: Grand Eagle Retail, Bensenville, IL, U.S.A.
Paperback. Condizione: new. Paperback. C++ has been the go-to for GPU programming for almost 20 years. Can Rust do the job, and how well?This book is all about getting hands-on with different toolchains that connect Rust to NVIDIA hardware. There's RustaCUDA for safe host-side control, the Rust-CUDA project for writing kernels in pure Rust, and NVIDIA's experimental cuda-oxide compiler with its typed launches and async execution graphs.We're going to build one Cargo workspace that keeps on growing. It'll include device queries, launch planning, Rust-written kernels, memory optimization, parallel reductions and scans, multi-stream pipelines, matrix multiplication benchmarked against cuBLAS, a Monte Carlo option pricer validated against a closed formula, and a complete batched inference application measured against a Python baseline. We'll check every result against a CPU reference, and the reports will give accurate numbers, including where libraries outperform hand-written kernels and where experimental toolchains are still a work in progress.Key LearningsLaunch, synchronize, and verify GPU kernels with ownership-managed device memory.Write real CUDA kernels using Rust-CUDA and cuda-oxide.Plan grids, blocks, and warps for 2D workloads.Accelerate transfer speeds with pinned memory and coalesced access patterns.Build race-free thread cooperation using shared memory, barriers, and atomics.Overlap transfers with computation using streams, events, and async Rust pipelines.Optimize matrix multiplication and benchmark against cuBLAS ceiling.Wrap CUDA C library safely with handles, error enums, and Drop.Ship complete batched GPU inference application against Python baselines.Diagnose performance with Nsight Systems, Nsight Compute, and compute-sanitizer.Table of ContentNew Beneficiary of GPU ComputingThinking in ThreadsCommanding GPUWriting GPU KernelsCleaner Kernels with cuda-oxideMastering GPU MemoryMaking Threads CooperateKeeping GPU BusyDelivering Real MathBorrowing NVIDIA's MuscleShipping Complete GPU ApplicationProving Performance This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Codice articolo 9789349174375
Quantità: 1 disponibili
Da: California Books, Miami, FL, U.S.A.
Condizione: New. Codice articolo I-9789349174375
Quantità: Più di 20 disponibili
Da: PBShop.store UK, Fairford, GLOS, Regno Unito
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000. Codice articolo L2-9789349174375
Quantità: Più di 20 disponibili
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 166 pp. Englisch. Codice articolo 9789349174375
Quantità: 2 disponibili
Da: CitiRetail, Stevenage, Regno Unito
Paperback. Condizione: new. Paperback. C++ has been the go-to for GPU programming for almost 20 years. Can Rust do the job, and how well?This book is all about getting hands-on with different toolchains that connect Rust to NVIDIA hardware. There's RustaCUDA for safe host-side control, the Rust-CUDA project for writing kernels in pure Rust, and NVIDIA's experimental cuda-oxide compiler with its typed launches and async execution graphs.We're going to build one Cargo workspace that keeps on growing. It'll include device queries, launch planning, Rust-written kernels, memory optimization, parallel reductions and scans, multi-stream pipelines, matrix multiplication benchmarked against cuBLAS, a Monte Carlo option pricer validated against a closed formula, and a complete batched inference application measured against a Python baseline. We'll check every result against a CPU reference, and the reports will give accurate numbers, including where libraries outperform hand-written kernels and where experimental toolchains are still a work in progress.Key LearningsLaunch, synchronize, and verify GPU kernels with ownership-managed device memory.Write real CUDA kernels using Rust-CUDA and cuda-oxide.Plan grids, blocks, and warps for 2D workloads.Accelerate transfer speeds with pinned memory and coalesced access patterns.Build race-free thread cooperation using shared memory, barriers, and atomics.Overlap transfers with computation using streams, events, and async Rust pipelines.Optimize matrix multiplication and benchmark against cuBLAS ceiling.Wrap CUDA C library safely with handles, error enums, and Drop.Ship complete batched GPU inference application against Python baselines.Diagnose performance with Nsight Systems, Nsight Compute, and compute-sanitizer.Table of ContentNew Beneficiary of GPU ComputingThinking in ThreadsCommanding GPUWriting GPU KernelsCleaner Kernels with cuda-oxideMastering GPU MemoryMaking Threads CooperateKeeping GPU BusyDelivering Real MathBorrowing NVIDIA's MuscleShipping Complete GPU ApplicationProving Performance This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability. Codice articolo 9789349174375
Quantità: 1 disponibili
Da: AussieBookSeller, Truganina, VIC, Australia
Paperback. Condizione: new. Paperback. C++ has been the go-to for GPU programming for almost 20 years. Can Rust do the job, and how well?This book is all about getting hands-on with different toolchains that connect Rust to NVIDIA hardware. There's RustaCUDA for safe host-side control, the Rust-CUDA project for writing kernels in pure Rust, and NVIDIA's experimental cuda-oxide compiler with its typed launches and async execution graphs.We're going to build one Cargo workspace that keeps on growing. It'll include device queries, launch planning, Rust-written kernels, memory optimization, parallel reductions and scans, multi-stream pipelines, matrix multiplication benchmarked against cuBLAS, a Monte Carlo option pricer validated against a closed formula, and a complete batched inference application measured against a Python baseline. We'll check every result against a CPU reference, and the reports will give accurate numbers, including where libraries outperform hand-written kernels and where experimental toolchains are still a work in progress.Key LearningsLaunch, synchronize, and verify GPU kernels with ownership-managed device memory.Write real CUDA kernels using Rust-CUDA and cuda-oxide.Plan grids, blocks, and warps for 2D workloads.Accelerate transfer speeds with pinned memory and coalesced access patterns.Build race-free thread cooperation using shared memory, barriers, and atomics.Overlap transfers with computation using streams, events, and async Rust pipelines.Optimize matrix multiplication and benchmark against cuBLAS ceiling.Wrap CUDA C library safely with handles, error enums, and Drop.Ship complete batched GPU inference application against Python baselines.Diagnose performance with Nsight Systems, Nsight Compute, and compute-sanitizer.Table of ContentNew Beneficiary of GPU ComputingThinking in ThreadsCommanding GPUWriting GPU KernelsCleaner Kernels with cuda-oxideMastering GPU MemoryMaking Threads CooperateKeeping GPU BusyDelivering Real MathBorrowing NVIDIA's MuscleShipping Complete GPU ApplicationProving Performance This item is printed on demand. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability. Codice articolo 9789349174375
Quantità: 1 disponibili
Da: preigu, Osnabrück, Germania
Taschenbuch. Condizione: Neu. GPU Programming using Rust and CUDA | Exploring Rust's potential in GPU and parallel computing using Rust-CUDA, cuda-oxide, and RustaCUDA | Maris Fenlor | Taschenbuch | Englisch | 2026 | GitforGits | EAN 9789349174375 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand. Codice articolo 136371689
Quantità: 5 disponibili
Da: AHA-BUCH GmbH, Einbeck, Germania
Taschenbuch. Condizione: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - C++ has been the go-to for GPU programming for almost 20 years. Can Rust do the job, and how well This book is all about getting hands-on with different toolchains that connect Rust to NVIDIA hardware. There's RustaCUDA for safe host-side control, the Rust-CUDA project for writing kernels in pure Rust, and NVIDIA's experimental cuda-oxide compiler with its typed launches and async execution graphs.We're going to build one Cargo workspace that keeps on growing. It'll include device queries, launch planning, Rust-written kernels, memory optimization, parallel reductions and scans, multi-stream pipelines, matrix multiplication benchmarked against cuBLAS, a Monte Carlo option pricer validated against a closed formula, and a complete batched inference application measured against a Python baseline. We'll check every result against a CPU reference, and the reports will give accurate numbers, including where libraries outperform hand-written kernels and where experimental toolchains are still a work in progress.Key LearningsLaunch, synchronize, and verify GPU kernels with ownership-managed device memory.Write real CUDA kernels using Rust-CUDA and cuda-oxide.Plan grids, blocks, and warps for 2D workloads.Accelerate transfer speeds with pinned memory and coalesced access patterns.Build race-free thread cooperation using shared memory, barriers, and atomics.Overlap transfers with computation using streams, events, and async Rust pipelines.Optimize matrix multiplication and benchmark against cuBLAS ceiling.Wrap CUDA C library safely with handles, error enums, and Drop.Ship complete batched GPU inference application against Python baselines.Diagnose performance with Nsight Systems, Nsight Compute, and compute-sanitizer.Table of ContentNew Beneficiary of GPU ComputingThinking in ThreadsCommanding GPUWriting GPU KernelsCleaner Kernels with cuda-oxideMastering GPU MemoryMaking Threads CooperateKeeping GPU BusyDelivering Real MathBorrowing NVIDIA's MuscleShipping Complete GPU ApplicationProving Performance. Codice articolo 9789349174375
Quantità: 2 disponibili