- 5 Ergebnisse
Kleinster Preis: € 111,49, größter Preis: € 151,98, Mittelwert: € 138,32
1
Hardware Acceleration of EDA Algorithms - Sunil P. Khatri#Kanupriya Gulati
Bestellen
bei Thalia.de
€ 139,09
Versand: € 0,001
Bestellengesponserter Link
Sunil P. Khatri#Kanupriya Gulati:

Hardware Acceleration of EDA Algorithms - neues Buch

2010, ISBN: 9781441909442

Single-threaded software applications have ceased to see signi?cant gains in p- formance on a general-purpose CPU, even with further scaling in very large scale integration (VLSI) technol… Mehr…

Nr. 25416251. Versandkosten:, Sofort per Download lieferbar, DE. (EUR 0.00)
2
Hardware Acceleration of EDA Algorithms - Sunil P. Khatri#Kanupriya Gulati
Bestellen
bei Orellfuessli.ch
CHF 163,90
(ca. € 149,94)
Versand: € 16,471
Bestellengesponserter Link

Sunil P. Khatri#Kanupriya Gulati:

Hardware Acceleration of EDA Algorithms - neues Buch

2010, ISBN: 9781441909442

Single-threaded software applications have ceased to see signi?cant gains in p- formance on a general-purpose CPU, even with further scaling in very large scale integration (VLSI) technol… Mehr…

Nr. 25416251. Versandkosten:Lieferzeiten außerhalb der Schweiz 3 bis 21 Werktage, , Sofort per Download lieferbar, zzgl. Versandkosten. (EUR 16.47)
3
Hardware Acceleration of EDA Algorithms
Bestellen
bei Thalia.de
€ 139,09
Versand: € 0,001
Bestellengesponserter Link
Hardware Acceleration of EDA Algorithms - neues Buch

2010

ISBN: 9781441909442

This book deals with the acceleration of EDA algorithms using hardware platforms such as FPGAs and GPUs. Widely applied CAD algorithms are evaluated and compared for potential acceleratio… Mehr…

Nr. 25416251. Versandkosten:, Sofort per Download lieferbar, DE. (EUR 0.00)
4
Hardware Acceleration of EDA Algorithms
Bestellen
bei Orellfuessli.ch
CHF 163,90
(ca. € 151,98)
Versand: € 16,691
Bestellengesponserter Link
Hardware Acceleration of EDA Algorithms - neues Buch

2010, ISBN: 9781441909442

This book deals with the acceleration of EDA algorithms using hardware platforms such as FPGAs and GPUs. Widely applied CAD algorithms are evaluated and compared for potential acceleratio… Mehr…

Nr. 25416251. Versandkosten:, Sofort per Download lieferbar, zzgl. Versandkosten. (EUR 16.69)
5
Bestellen
bei eBook.de
€ 111,49
Versand: € 0,001
Bestellengesponserter Link
Hardware Acceleration of EDA Algorithms - neues Buch

2010, ISBN: 9781441909442

Hardware Acceleration of EDA Algorithms ab 111.49 EURO Custom ICs, FPGAs and GPUs. Auflage 2010 Medien > Bücher, [PU: Springer]

  - Nr. Versandkosten:, , DE. (EUR 0.00)

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch

Detailangaben zum Buch - Hardware Acceleration of EDA Algorithms - Custom ICs, FPGAs and GPUs


EAN (ISBN-13): 9781441909442
Erscheinungsjahr: 2010
Herausgeber: Springer US
194 Seiten
Sprache: eng/Englisch

Buch in der Datenbank seit 2007-01-10T15:50:11+01:00 (Zurich)
Detailseite zuletzt geändert am 2021-11-17T11:15:43+01:00 (Zurich)
ISBN/EAN: 9781441909442

ISBN - alternative Schreibweisen:
978-1-4419-0944-2
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: sunil, gula, gulat
Titel des Buches: hardware, eda, algorithms


Daten vom Verlag:

Autor/in: Sunil P Khatri; Kanupriya Gulati
Titel: Hardware Acceleration of EDA Algorithms - Custom ICs, FPGAs and GPUs
Verlag: Springer; Springer US
192 Seiten
Erscheinungsjahr: 2010-03-11
New York; NY; US
Sprache: Englisch
96,29 € (DE)
99,00 € (AT)
118,00 CHF (CH)
Available
XXII, 192 p.

EA; E107; eBook; Nonbooks, PBS / Technik/Elektronik, Elektrotechnik, Nachrichtentechnik; Schaltkreise und Komponenten (Bauteile); Verstehen; FPGA; Field Programmable Gate Array; algorithms; architecture; computer-aided design (CAD); integrated circuit; micro-alloy transistor, MAT; model; simulation; static-induction transistor; C; Electronic Circuits and Systems; Computer-Aided Engineering (CAD, CAE) and Design; Engineering; Computer-Aided Design (CAD); BC

Hardware Acceleration of EDA Algorithms: Custom ICs, FPGAs and GPUs Kanupriya Gulati Sunil P. Khatri This book deals with the acceleration of EDA algorithms using hardware platforms such as Custom ICs, FPGAs and GPUs. Widely applied CAD algorithms are studied for potential acceleration on these platforms. Coverage includes discussion of conditions under which it is preferable to use one platform over another, e.g., when an EDA problem has a high degree of data parallelism, the GPU is typically the preferred platform, whereas when the problem has more control, an FPGA may be preferred. Results are presented for the acceleration of several CAD algorithms (fault simulation, fault table generation, model card evaluation in SPICE, Monte Carlo based statistical static timing analysis, Boolean Satisfiability), demonstrating speedups up to 800X compared to single-core implementatinos of these algorithms. This book serves as a valuable guide on how best to leverage parallelism to accelerate CAD algorithms. It also presents a methodology to automatically extract SIMD parallelism from regular uniprocessor code which satisfies a set of constraints. With this approach, such uniprocessor code can automatically be converted to GPU code, allowing for significant acceleration. This approach is particularly useful since different GPUs have vastly different specifications, making the manual generation of GPU code an unscalable proposition. In particular, this book: Provides guidelines on whether to use Custom ICs, GPUs or FPGAs when accelerating a given EDA algorithm, validating these suggestions with a concrete example (Boolean Satisfiability) implemented on all these platforms; Demonstrates the acceleration of several popular EDA algorithms on GPUs, with speedups up to 800X; Helps the reader by presenting example algorithmswhich may be used by the reader to determine how best to accelerate their specific EDA algorithm; Discusses an automatic approach to generate GPU code, given regular uniprocessor code which satisfies a set of constraints; Serves as a valuable reference for anyone interested in exploring alternative hardware platforms for accelerating various EDA applications by harnessing the parallelism available in these platforms.
Provides guidelines on whether to use GPUs or FPGAs when accelerating a given EDA algorithm, with validation by a concrete example implemented on both platforms Demonstrates the acceleration of several popular EDA algorithms on GPUs, with speedups from 30X to 800X Presents techniques in a way that the reader can use example algorithms presented to determine how best to accelerate their specific EDA algorithm Discusses an automatic approach to generate GPU code, given regular uniprocessor code Includes supplementary material: sn.pub/extras

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9781489983336 Hardware Acceleration of EDA Algorithms (Gulati, Kanupriya;Khatri, Sunil P)


< zum Archiv...