Showing posts with label algorithms. Show all posts
Showing posts with label algorithms. Show all posts

Tuesday, April 29, 2014

Compilers: Principles, Techniques, and Tools (2nd Edition)

Compilers
Compilers: Principles, Techniques, and Tools (2nd Edition)
Alfred V. Aho (Author), Monica S. Lam (Author), Ravi Sethi (Author), Jeffrey D. Ullman (Author)
4.1 out of 5 stars(83)

New!: $170.80 $137.75 (as of 04/29/2014 00:27 PST)
60 Used! | New! from $61.57 (as of 04/29/2014 00:27 PST)

Hardware

Compilers: Principles, Techniques and Tools, known to professors, students, and developers worldwide as the "Dragon Book," is available in a new edition.  Every chapter has been completely revised to reflect developments in software engineering, programming languages, and computer architecture that have occurred since 1986, when the last edition published.  The authors, recognizing that few readers will ever go on to construct a compiler, retain their focus on the broader set of problems faced in software design and software development.

  • Rank: #176677 in Books
  • Published on: 2006-09-10
  • Original language: English
  • Number of items: 1
  • Dimensions: 1.60" h x 6.70" w x 9.30" l, .66 pounds
  • Binding: Hardcover
  • 1000 pages

Wednesday, October 16, 2013

CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming

CUDA Fortran for Scientists and Engineers
CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming
Gregory Ruetsch (Author), Massimiliano Fatica (Author)

New!: $69.95 $58.75 (as of 10/16/2013 20:50 PST)
17 Used! | New! from $58.75 (as of 10/16/2013 20:50 PST)

Hardware

CUDA Fortran for Scientists and Engineers shows how high-performance application developers can leverage the power of GPUs using Fortran, the familiar language of scientific computing and supercomputer performance benchmarking. The authors presume no prior parallel computing experience, and cover the basics along with best practices for efficient GPU computing using CUDA Fortran.

To help you add CUDA Fortran to existing Fortran codes, the book explains how to understand the target GPU architecture, identify computationally intensive parts of the code, and modify the code to manage the data and parallelism and optimize performance. All of this is done in Fortran, without having to rewrite in another language. Each concept is illustrated with actual examples so you can immediately evaluate the performance of your code in comparison.

  • Leverage the power of GPU computing with PGI's CUDA Fortran compiler
  • Gain insights from members of the CUDA Fortran language development team
  • Includes multi-GPU programming in CUDA Fortran, covering both peer-to-peer and message passing interface (MPI) approaches
  • Includes full source code for all the examples and several case studies
  • Download source code and slides from the book's companion website

  • Rank: #23002 in Books
  • Published on: 2013-10-01
  • Original language: English
  • Number of items: 1
  • Dimensions: 1.55 pounds
  • Binding: Paperback
  • 338 pages

Tuesday, September 10, 2013

Oracle Big Data Handbook (Oracle Press)

Oracle Big
Oracle Big Data Handbook (Oracle Press)
Tom Plunkett (Author), Brian Macdonald (Author), Bruce Nelson (Author), Mark Hornick (Author), Helen Sun (Author), Khader Mohiuddin (Author), Debra Harding (Author), Gokula Mishra (Author), Robert Stackowiak (Author), Keith Laker (Author), David Segleau (Author)
5.0 out of 5 stars(2)

New!: $65.00 $43.57 (as of 09/10/2013 20:27 PST)
3 Used! | New! from $43.57 (as of 09/10/2013 20:27 PST)

Hardware

Transform Big Data into Insight

"In this book, some of Oracle's best engineers and architects explain how you can make use of big data. They'll tell you how you can integrate your existing Oracle solutions with big data systems, using each where appropriate and moving data between them as needed." -- Doug Cutting, co-creator of Apache Hadoop

Cowritten by members of Oracle's big data team, Oracle Big Data Handbook provides complete coverage of Oracle's comprehensive, integrated set of products for acquiring, organizing, analyzing, and leveraging unstructured data. The book discusses the strategies and technologies essential for a successful big data implementation, including Apache Hadoop, Oracle Big Data Appliance, Oracle Big Data Connectors, Oracle NoSQL Database, Oracle Endeca, Oracle Advanced Analytics, and Oracle's open source R offerings. Best practices for migrating from legacy systems and integrating existing data warehousing and analytics solutions into an enterprise big data infrastructure are also included in this Oracle Press guide.

  • Understand the value of a comprehensive big data strategy
  • Maximize the distributed processing power of the Apache Hadoop platform
  • Discover the advantages of using Oracle Big Data Appliance as an engineered system for Hadoop and Oracle NoSQL Database
  • Configure, deploy, and monitor Hadoop and Oracle NoSQL Database using Oracle Big Data Appliance
  • Integrate your existing data warehousing and analytics infrastructure into a big data architecture
  • Share data among Hadoop and relational databases using Oracle Big Data Connectors
  • Understand how Oracle NoSQL Database integrates into the Oracle Big Data architecture
  • Deliver faster time to value using in-database analytics
  • Analyze data with Oracle Advanced Analytics (Oracle R Enterprise and Oracle Data Mining), Oracle R Distribution, ROracle, and Oracle R Connector for Hadoop
  • Analyze disparate data with Oracle Endeca Information Discovery
  • Plan and implement a big data governance strategy and develop an architecture and roadmap

  • Rank: #71833 in Books
  • Published on: 2013-09-04
  • Original language: English
  • Number of items: 1
  • Dimensions: .0" h x .0" w x .0" l, 1.69 pounds
  • Binding: Paperback
  • 464 pages

Saturday, June 8, 2013

CUDA Handbook: A Comprehensive Guide to GPU Programming, The

CUDA Handbook
CUDA Handbook: A Comprehensive Guide to GPU Programming, The
Nicholas Wilt (Author)

New!: $59.99 $44.66 (as of 06/08/2013 19:35 PST)

Hardware

 

The CUDA Handbook begins where CUDA by Example (Addison-Wesley, 2011) leaves off, discussing CUDA hardware and software in greater detail and covering both CUDA 5.0 and Kepler. Every CUDA developer, from the casual to the most sophisticated, will find something here of interest and immediate usefulness. Newer CUDA developers will see how the hardware processes commands and how the driver checks progress; more experienced CUDA developers will appreciate the expert coverage of topics such as the driver API and context migration, as well as the guidance on how best to structure CPU/GPU data interchange and synchronization.

 

The accompanying open source code–more than 25,000 lines of it, freely available at www.cudahandbook.com–is specifically intended to be reused and repurposed by developers.

 

Designed to be both a comprehensive reference and a practical cookbook, the text is divided into the following three parts:

Part I, Overview, gives high-level descriptions of the hardware and software that make CUDA possible.


Part II, Details, provides thorough descriptions of every aspect of CUDA, including

  •  Memory
  • Streams and events
  •  Models of execution, including the dynamic parallelism feature, new with CUDA 5.0 and SM 3.5
  • The streaming multiprocessors, including descriptions of all features through SM 3.5
  • Programming multiple GPUs
  • Texturing

The source code accompanying Part II is presented as reusable microbenchmarks and microdemos, designed to expose specific hardware characteristics or highlight specific use cases.


Part III, Select Applications, details specific families of CUDA applications and key parallel algorithms, including

  •  Streaming workloads
  • Reduction
  • Parallel prefix sum (Scan)
  • N-body
  • Image Processing
These algorithms cover the full range of potential CUDA applications.

 

  • Rank: #51623 in Books
  • Published on: 2013-06-24
  • Original language: English
  • Number of items: 1
  • Dimensions: .0" h x .0" w x .0" l, .0 pounds
  • Binding: Paperback
  • 528 pages