Where in the world is reduce1.sln? Part of a CUDA tutorial PDF...

I found a tutorial PDF called NVIDIA_CUDA_Tutorial_No_NDA_Apr08.pdf somewhere here on the NVIDIA site, and was reading it and happily understanding it all until it told me to open reduce1.sln and work on the project get it to say “PASSED” at the end.

Would anyone here know where I can find it?

Reduction can be found in the samples in the CUDA SDK you have installed. also you can download Parallel Reduction from

Parallel Reduction

Yes, I found the Reduction sample a long time ago but there’s no reduction.sln file possibly because I’m using the Mac version of the SDK. Oh well, don’t worry about it…

Yes, I found the Reduction sample a long time ago but there’s no reduction.sln file possibly because I’m using the Mac version of the SDK. Oh well, don’t worry about it…

An sln file is a Visual Studio “solution” file - it is a windows specific thing which you won’t find in the linux or max os X sdk versions.

An sln file is a Visual Studio “solution” file - it is a windows specific thing which you won’t find in the linux or max os X sdk versions.