Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
263554 descargas y
1106 contribuyentes !

Se han encontrado 5 Coincidencias

CUDA by Examples

GPU Programming


59 Visitas | 104 Descargas | 2014-02-24 22:16:02 | eancedeg

CUDA by Example addresses the heart of the software development challenge by leveraging one of the most innovative and powerful solutions to the problem of programming the massively parallel accelerators in recent years. This book introduces you to programming in CUDA C by providing examples and insight into the process of constructing and effectively using NVIDIA GPUs. It presents introductory concepts of parallel computing from simple examples to debugging (both logical and performance), as well as covers advanced topics and issues related to using and building many applications. Throughout the book, programming examples reinforce the concepts that have been presented.

Learn cuda programming


11 Visitas | 13 Descargas | 2023-11-20 13:40:13 | ediaz

A beginner's guide to GPU programming and parallel computing with CUDA 10.x and C/C++. This book is designed to be an entry point for any newcomer or novice developer. But by the end of it, you will be able to write optimized CUDA code for different domains, including artificial intelligence.

Cuda Programming

Cuda programming


13 Visitas | 9 Descargas | 2023-11-20 18:34:04 | ediaz

This book will be a valuable resource for anyone who wants to use GPUs for scientific and technical programming. It provides a comprehensive introduction to the CUDA programming interface and its usage. For a start, it describes the basics of parallel computing on heterogeneous architectures and introduces the features of CUDA. It then explains how CUDA programs are executed. CUDA exposes the execution and memory model to the programmer; as a result, the CUDA programmer has direct control of the massively parallel environment. In addition to giving details of the CUDA memory model, the text provides a wealth of information on how it can be utilized.

Programacion en CUDA

CUDA


15 Visitas | 12 Descargas | 2023-11-20 18:55:13 | ediaz

Introduccion a la programacion en CUDA. El manual recorre los elementos fundamentales de CUDA y propone un conjunto de ejercicios sobre cada uno de los temas

CUDA for Engineers

CUDA


14 Visitas | 11 Descargas | 2023-11-20 20:54:09 | ediaz

The goal of this book is to give you direct, hands-on engagement with personal high-performance computing. If you follow along on our foray into the CUDA world, you will gain the benefit of massive parallelism and be able to perform computations on a basic gaming computer that until very recently required a supercomputer. The material presented in this book will help you make sense of more sophisticated CUDA literature and pursue your own CUDA projects.