9798182389563 - modern gpu architecture third edition: volume 1 · foundations and the graphics pipeline di thomas, gareth (6 risultati)

Lingua: Inglese
Editore: Independently published, 2026
Serie: Libro 1 di 6 - GPU Expert Engineering: Mastering Design, Programming, and Optimization
- Brossura
Da: PBShop.store US, Wood Dale, IL, U.S.A.PBShop.store US
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 37,64
Spedizione gratuitaSpedito in U.S.A.Quantità: Più di 20 disponibili
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

Lingua: Inglese
Editore: Independently published, 2026
Serie: Libro 1 di 6 - GPU Expert Engineering: Mastering Design, Programming, and Optimization
- Brossura
Da: PBShop.store UK, Fairford, GLOS, Regno UnitoPBShop.store UK
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 32,63
EUR 6,85 spedizioneSpedito da Regno Unito a U.S.A.Quantità: Più di 20 disponibili
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

Lingua: Inglese
Editore: Independently Published Jul 2026, 2026
Serie: Libro 1 di 6 - GPU Expert Engineering: Mastering Design, Programming, and Optimization
- Brossura
Da: AHA-BUCH GmbH, Einbeck, GermaniaAHA-BUCH GmbH
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 48,00
EUR 64,11 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. Neuware.

Lingua: Inglese
Editore: Independently published, 2026
Serie: Libro 1 di 6 - GPU Expert Engineering: Mastering Design, Programming, and Optimization
- Brossura
- Print on Demand
Da: California Books, Miami, FL, U.S.A.California Books
Contatta il venditoreVenditore con 4 stelleCondizione: Nuovo
EUR 31,33
Spedizione gratuitaSpedito in U.S.A.Quantità: Più di 20 disponibili
Condizione: New. Print on Demand.

Lingua: Inglese
Editore: Independently Published, 2026
Serie: Libro 1 di 6 - GPU Expert Engineering: Mastering Design, Programming, and Optimization
- Brossura
- Print on Demand
Da: Grand Eagle Retail, Bensenville, IL, U.S.A.Grand Eagle Retail
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 36,38
Spedizione gratuitaSpedito in U.S.A.Quantità: 1 disponibili
Paperback. Condizione: new. Paperback. Modern GPU Architecture - Volume 1: Foundations and the Graphics PipelineMost GPU books stop at the surface.They explain shaders, APIs, rendering concepts, or CUDA programming - but they rarely show how the machine underneath actually works.This book goes deeper.Modern GPU Architecture - Vo…lume 1 is written for readers who want to understand the GPU as hardware: how geometry becomes pixels, how SIMT execution hides latency, how shader cores schedule work, how rasterizers make coverage decisions, how memory systems feed thousands of parallel lanes, and how the render-output pipeline commits the final image.This is not a light overview of graphics programming.It is a hardware-focused guide to the architecture behind the graphics pipeline, backed by synthesizable Verilog and SystemVerilog examples that connect theory to real digital design structures.Inside Volume 1, you will learn how GPUs are built from the inside out: Why GPUs favor throughput over single-thread latencyHow SIMT execution groups scalar threads into warps and wavefrontsHow divergence, masking, reconvergence, and scheduling affect real utilizationHow Verilog and SystemVerilog express synthesizable GPU hardwareHow valid-ready handshakes, pipelines, CDC logic, FIFOs, and testbenches work in RTLHow 3D geometry, transformations, clipping, and rasterization become hardware datapathsHow triangle setup, edge functions, fixed-point arithmetic, and tile-based scan conversion operateHow fragment processing, texturing, filtering, blending, and depth testing fit into the pipelineHow shader cores organize schedulers, register files, execution lanes, divergence control, and instruction flowHow GPU memory subsystems handle coalescing, shared memory, L1/L2 caches, DRAM controllers, and atomic operationsHow the render-output pipeline performs depth/stencil testing, blending, MSAA resolve, compression, and framebuffer writebackThis book is for you if you are: An FPGA or RTL hobbyist who wants to build and understand GPU-like hardwareA computer engineering student who wants more than textbook CPU architectureA graphics programmer who understands shaders and wants to know what the silicon is doingA CUDA, HPC, or AI performance reader who wants to understand the layer beneath the software stackAn early-career ASIC, RTL, or verification engineer looking for a clear architectural map of GPU pipeline hardwareThe difference is simple: Most resources tell you what the GPU does.This book shows you how the GPU is organized to do it.From throughput-first design philosophy to shader-core control logic, from rasterization mathematics to fixed-point hardware, from memory coalescing to render-output behavior, Modern GPU Architecture - Volume 1 gives you the architectural foundation needed to read a GPU as an engineer rather than as a user.If you want a shallow introduction, this is not it.If you want to understand the graphics pipeline as real hardware - with RTL concepts, datapaths, control signals, scheduling logic, memory hierarchy, and verification discipline - this volume was written for you.Start with Volume 1 and build the foundation: the complete geometry-to-pixels path of modern GPU architecture. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

Lingua: Inglese
Editore: Independently Published, 2026
Serie: Libro 1 di 6 - GPU Expert Engineering: Mastering Design, Programming, and Optimization
- Brossura
- Print on Demand
Da: CitiRetail, Stevenage, Regno UnitoCitiRetail
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 36,64
EUR 43,17 spedizioneSpedito da Regno Unito a U.S.A.Quantità: 1 disponibili
Paperback. Condizione: new. Paperback. Modern GPU Architecture - Volume 1: Foundations and the Graphics PipelineMost GPU books stop at the surface.They explain shaders, APIs, rendering concepts, or CUDA programming - but they rarely show how the machine underneath actually works.This book goes deeper.Modern GPU Architecture - Vo…lume 1 is written for readers who want to understand the GPU as hardware: how geometry becomes pixels, how SIMT execution hides latency, how shader cores schedule work, how rasterizers make coverage decisions, how memory systems feed thousands of parallel lanes, and how the render-output pipeline commits the final image.This is not a light overview of graphics programming.It is a hardware-focused guide to the architecture behind the graphics pipeline, backed by synthesizable Verilog and SystemVerilog examples that connect theory to real digital design structures.Inside Volume 1, you will learn how GPUs are built from the inside out: Why GPUs favor throughput over single-thread latencyHow SIMT execution groups scalar threads into warps and wavefrontsHow divergence, masking, reconvergence, and scheduling affect real utilizationHow Verilog and SystemVerilog express synthesizable GPU hardwareHow valid-ready handshakes, pipelines, CDC logic, FIFOs, and testbenches work in RTLHow 3D geometry, transformations, clipping, and rasterization become hardware datapathsHow triangle setup, edge functions, fixed-point arithmetic, and tile-based scan conversion operateHow fragment processing, texturing, filtering, blending, and depth testing fit into the pipelineHow shader cores organize schedulers, register files, execution lanes, divergence control, and instruction flowHow GPU memory subsystems handle coalescing, shared memory, L1/L2 caches, DRAM controllers, and atomic operationsHow the render-output pipeline performs depth/stencil testing, blending, MSAA resolve, compression, and framebuffer writebackThis book is for you if you are: An FPGA or RTL hobbyist who wants to build and understand GPU-like hardwareA computer engineering student who wants more than textbook CPU architectureA graphics programmer who understands shaders and wants to know what the silicon is doingA CUDA, HPC, or AI performance reader who wants to understand the layer beneath the software stackAn early-career ASIC, RTL, or verification engineer looking for a clear architectural map of GPU pipeline hardwareThe difference is simple: Most resources tell you what the GPU does.This book shows you how the GPU is organized to do it.From throughput-first design philosophy to shader-core control logic, from rasterization mathematics to fixed-point hardware, from memory coalescing to render-output behavior, Modern GPU Architecture - Volume 1 gives you the architectural foundation needed to read a GPU as an engineer rather than as a user.If you want a shallow introduction, this is not it.If you want to understand the graphics pipeline as real hardware - with RTL concepts, datapaths, control signals, scheduling logic, memory hierarchy, and verification discipline - this volume was written for you.Start with Volume 1 and build the foundation: the complete geometry-to-pixels path of modern GPU architecture. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.