Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CUDA By Example utility libraries [closed]

Tags:

cuda

I'm currently studying the CUDA by Example book and I'm actually writing the Julia Set example. I'm new to CUDA programming.

But there is something that maybe I've missed : where do I find the book.h and cpu_bitmap.h headers ? Is there a link somewhere to download them or a way to get them and get the code working ?

In the book, this is written :

#include "../common/cpu_bitmap.h"

Where may I get this file ?

I'm on Mac OS X Mountain Lion platform.

Thank you very much !

like image 248
Pierre-Luc Delisle Avatar asked Feb 20 '23 13:02

Pierre-Luc Delisle


2 Answers

Just got this book out the library, found all the source code here:

https://bitbucket.org/mrfright/cuda_by_example/src

like image 119
user1778389 Avatar answered May 09 '23 04:05

user1778389


http://code.google.com/p/snp-gpgpu/source/browse/trunk/f/common/?r=4

like image 32
silvesthu Avatar answered May 09 '23 05:05

silvesthu