Ravishekhar Banger, Koushik Bhattacharyya - OpenCL Programming by Example + code [2013, PDF, ENG]

seeders: 6
leechers: 2
Added 12 years ago by Lewis09 in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Ravishekhar Banger, Koushik Bhattacharyya - OpenCL Programming by Example + code [2013, PDF, ENG] (Size: 7.4 MB)
  Code
  .gitignore 217 B
  CMakeLists.txt 619 B
  FindOpenCL.cmake 8.43 KB
  Readme.doc 240 KB
  chapter-1
  CMakeLists.txt 222 B
  saxpy.cpp 6.38 KB
  chapter-11
  CMakeLists.txt 564 B
  bitonic_sort.cpp 8.46 KB
  dataForKNN.cpp 1.72 KB
  kNNData.txt 6.98 KB
  knn_classification.cpp 15.45 KB
  linear_regression.cpp 14.5 KB
  parabolic_regression.cpp 21.37 KB
  chapter-2
  CMakeLists.txt 297 B
  get_device_property.cpp 3.94 KB
  get_platform_property.cpp 2.87 KB
  chapter-3
  CMakeLists.txt 428 B
  Readme.txt 522 B
  bufferRectangularReads.cpp 4.85 KB
  copyRectangular.cpp 4.35 KB
  histogram.cpp 13.88 KB
  chapter-4
  CMakeLists.txt 446 B
  getSupportedImageFormats.cpp 5.75 KB
  histogram_image.cpp 17.69 KB
  image_sampler.cpp 12.12 KB
  chapter-5
  CMakeLists.txt 253 B
  create_binary.cpp 8.25 KB
  saxpy_binary.cpp 5.68 KB
  chapter-6
  CMakeLists.txt 133 B
  profiling_saxpy.cpp 7.28 KB
  chapter-7
  CMakeLists.txt 109 B
  sizeof.cpp 5.62 KB
  chapter-8
  CMakeLists.txt 434 B
  MatrixMultiplication.cpp 28.06 KB
  histogram.cpp 11.6 KB
  histogram_cu.cpp 13.47 KB
  chapter-9
  CMakeLists.txt 1.21 KB
  gaussian.cpp 8.42 KB
  gaussian.h 2.1 KB
  gaussian_kernel.h 3.13 KB
  jpeg_decoder
  CMakeLists.txt 391 B
  Framewave.cpp 14.67 KB
  Framewave.h 3.62 KB
  JPEG_Decoder.cpp 29.73 KB
  JPEG_Decoder.hpp 4.61 KB
  JPEG_Decoder_Kernels.h 55.8 KB
  Readme.txt 395 B
  image.cpp 19.95 KB
  image.h 5.04 KB
  jpeg_marker.cpp 3.97 KB
  jpeg_marker.h 1.22 KB
  scan.cpp 3.71 KB
  median.cpp 8.34 KB
  median.h 2.07 KB
  median_kernel.h 5.22 KB
  sobel.cpp 9.06 KB
  sobel.h 2.16 KB
  sobel_kernel.h 3.33 KB
  common
  Timer.cpp 999 B
  bmp_image.cpp 9.19 KB
  include
  Timer.h 935 B
  bmp_image.h 1.55 KB
  ocl_macros.h 6.68 KB
  input_images
  lena.jpg?042148 31.52 KB
  sample.bmp 1 MB
  sample_color.bmp 2.25 MB
  Ravishekhar Banger, Koushik Bhattacharyya — OpenCL Programming by Example — 2013.pdf 3.46 MB

Description


Книги и журналы » Компьютерная литература » Программирование (книги)

OpenCL Programming by Example

Год: 2013
Автор: Ravishekhar Banger, Koushik Bhattacharyya
Жанр: GPU/CPU Programming
Издательство: Packt Publishing
ISBN: 978-1849692342
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 304
Описание:

A comprehensive guide on OpenCL programming with examples.

Learn about all of the OpenCL Architecture and major APIs.
Learn OpenCL programming with simple examples from Image Processing, Pattern Recognition and Statistics with detailed code explanation.
Explore several aspects of optimization techniques, with code examples to guide you through the process
Understand how to use OpenCL in your problem domains
In Detail

Research in parallel programming has been a mainstream topic for a decade, and will continue to be so for many decades to come. Many parallel programming standards and frameworks exist, but only take into account one type of hardware architecture. Today computing platforms come with many heterogeneous devices. OpenCL provides royalty free standard to program heterogeneous hardware.

This guide offers you a compact coverage of all the major topics of OpenCL programming. It explains optimization techniques and strategies in-depth, using illustrative examples and also provides case studies from diverse fields. Beginners and advanced application developers will find this book very useful.

Beginning with the discussion of the OpenCL models, this book explores their architectural view, programming interfaces and primitives. It slowly demystifies the process of identifying the data and task parallelism in diverse algorithms.

It presents examples from different domains to show how the problems within different domains can be solved more efficiently using OpenCL. You will learn about parallel sorting, histogram generation, JPEG compression, linear and parabolic regression and k-nearest neighborhood, a clustering algorithm in pattern recognition. Following on from this, optimization strategies are explained with matrix multiplication examples. You will also learn how to do an interoperation of OpenGL and OpenCL.

"OpenCL Programming by Example" explains OpenCL in the simplest possible language, which beginners will find it easy to understand. Developers and programmers from different domains who want to achieve acceleration for their applications will find this book very useful.

What you will learn from this book

Understand OpenCL Platform Model, Execution Model, Memory Model, and Programming Model
Explore the different OpenCL objects, APIs for building kernel, memory allocation, data transfer, synchronization, and many more
Get to grips with API explanations, featuring simple examples
Create image processing examples such as Image histogram and Image convolution
Learn optimization techniques with Matrix Multiplication examples
Develop Bitonic sort in OpenCL
Build JPEG decoder using OpenCL
Construct linear and parabolic regression equation in OpenCL
Compose k-nearest neighborhood clustering algorithm from pattern recognition
Use OpenCL with OpenGL interoperability
Approach

This book follows an example-driven, simplified, and practical approach to using OpenCL for general purpose GPU programming.
[spoiler="Примеры страниц"]




[/spoiler]