EUR 66,11
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: New. pp. 476.
EUR 61,27
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
EUR 69,52
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Brand New. 476 pages. 10.00x7.01x1.10 inches. In Stock.
EUR 63,71
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Da: WorldofBooks, Goring-By-Sea, WS, Regno Unito
EUR 71,54
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloPaperback. Condizione: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
EUR 71,93
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback / softback. Condizione: New. New copy - Usually dispatched within 4 working days. 881.
EUR 77,46
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: New. pp. 476.
EUR 71,64
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: New.
EUR 71,92
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: New.
EUR 83,98
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: New. pp. 476.
EUR 76,98
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. Neuware - This book teaches GPU programming by introducing CPU multi-threaded programming and bases GPU massively-parallel programming on this foundation. The differences among families of GPUs are also studied. The book also explores CUDA libraries, OpenCL, GPU programming with other languages and API libraries, and the deep learning library cuDNN.
EUR 81,15
Convertire valutaQuantità: 5 disponibili
Aggiungi al carrelloCondizione: good. May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
EUR 84,46
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: New.
EUR 92,62
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloGebunden. Condizione: New. Tolga Soyata is an associate professor in the Electrical and Computer Engineering department of SUNY Albany.GPU Parallel Program Development using CUDA teaches GPU programming by showing the diffe.
Editore: Chapman and Hall/CRC 2016-10-06, 2016
ISBN 10: 1498750753 ISBN 13: 9781498750752
Lingua: Inglese
Da: Chiron Media, Wallingford, Regno Unito
EUR 81,45
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloHardcover. Condizione: New.
EUR 93,90
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloHardback. Condizione: New. New copy - Usually dispatched within 4 working days. 1078.
EUR 98,65
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: New.
EUR 91,74
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
EUR 92,05
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Da: SecondSale, Montgomery, IL, U.S.A.
EUR 83,54
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc.
EUR 103,87
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloHardcover. Condizione: Brand New. 440 pages. 10.00x7.00x1.25 inches. In Stock.
EUR 99,86
Convertire valutaQuantità: 10 disponibili
Aggiungi al carrelloCondizione: New.
EUR 115,65
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: New.
EUR 118,45
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: New.
EUR 115,30
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloBuch. Condizione: Neu. Neuware.
EUR 117,13
Convertire valutaQuantità: 5 disponibili
Aggiungi al carrelloCondizione: good. May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
Da: SGS Trading Inc, Franklin Lakes, NJ, U.S.A.
EUR 107,82
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrellohardcover. Condizione: New. New Textbook, Ships with Tracking.
Da: SGS Trading Inc, Franklin Lakes, NJ, U.S.A.
EUR 107,82
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrellohardcover. Condizione: Good. Textbook, May Have Highlights, Notes and/or Underlining, BOOK ONLY-NO ACCESS CODE, NO CD, Ships with Tracking.
Editore: Taylor & Francis Inc, Portland, 2018
ISBN 10: 1498750753 ISBN 13: 9781498750752
Lingua: Inglese
Da: Grand Eagle Retail, Fairfield, OH, U.S.A.
EUR 102,25
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloHardcover. Condizione: new. Hardcover. GPU Parallel Program Development using CUDA teaches GPU programming by showing the differences among different families of GPUs. This approach prepares the reader for the next generation and future generations of GPUs. The book emphasizes concepts that will remain relevant for a long time, rather than concepts that are platform-specific. At the same time, the book also provides platform-dependent explanations that are as valuable as generalized GPU concepts. The book consists of three separate parts; it starts by explaining parallelism using CPU multi-threading in Part I. A few simple programs are used to demonstrate the concept of dividing a large task into multiple parallel sub-tasks and mapping them to CPU threads. Multiple ways of parallelizing the same task are analyzed and their pros/cons are studied in terms of both core and memory operation.Part II of the book introduces GPU massive parallelism. The same programs are parallelized on multiple Nvidia GPU platforms and the same performance analysis is repeated. Because the core and memory structures of CPUs and GPUs are different, the results differ in interesting ways. The end goal is to make programmers aware of all the good ideas, as well as the bad ideas, so readers can apply the good ideas and avoid the bad ideas in their own programs.Part III of the book provides pointer for readers who want to expand their horizons. It provides a brief introduction to popular CUDA libraries (such as cuBLAS, cuFFT, NPP, and Thrust),the OpenCL programming language, an overview of GPU programming using other programming languages and API libraries (such as Python, OpenCV, OpenGL, and Apples Swift and Metal,) and the deep learning library cuDNN. This book teaches GPU programming by introducing CPU multi-threaded programming and bases GPU massively-parallel programming on this foundation. The differences among families of GPUs are also studied. The book also explores CUDA libraries, OpenCL, GPU programming with other languages and API libraries, and the deep learning library cuDNN. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Editore: Taylor & Francis Inc, Portland, 2018
ISBN 10: 1498750753 ISBN 13: 9781498750752
Lingua: Inglese
Da: AussieBookSeller, Truganina, VIC, Australia
EUR 148,50
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloHardcover. Condizione: new. Hardcover. GPU Parallel Program Development using CUDA teaches GPU programming by showing the differences among different families of GPUs. This approach prepares the reader for the next generation and future generations of GPUs. The book emphasizes concepts that will remain relevant for a long time, rather than concepts that are platform-specific. At the same time, the book also provides platform-dependent explanations that are as valuable as generalized GPU concepts. The book consists of three separate parts; it starts by explaining parallelism using CPU multi-threading in Part I. A few simple programs are used to demonstrate the concept of dividing a large task into multiple parallel sub-tasks and mapping them to CPU threads. Multiple ways of parallelizing the same task are analyzed and their pros/cons are studied in terms of both core and memory operation.Part II of the book introduces GPU massive parallelism. The same programs are parallelized on multiple Nvidia GPU platforms and the same performance analysis is repeated. Because the core and memory structures of CPUs and GPUs are different, the results differ in interesting ways. The end goal is to make programmers aware of all the good ideas, as well as the bad ideas, so readers can apply the good ideas and avoid the bad ideas in their own programs.Part III of the book provides pointer for readers who want to expand their horizons. It provides a brief introduction to popular CUDA libraries (such as cuBLAS, cuFFT, NPP, and Thrust),the OpenCL programming language, an overview of GPU programming using other programming languages and API libraries (such as Python, OpenCV, OpenGL, and Apples Swift and Metal,) and the deep learning library cuDNN. This book teaches GPU programming by introducing CPU multi-threaded programming and bases GPU massively-parallel programming on this foundation. The differences among families of GPUs are also studied. The book also explores CUDA libraries, OpenCL, GPU programming with other languages and API libraries, and the deep learning library cuDNN. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.