-
_Original author: harr...@gmail.com (June 16, 2009 06:52:08)_
Purpose of code changes on this branch:
To add Mark's optimizations to radix sort from the CUDA SDK.
When reviewing my code changes, pl…
-
_Original author: itabhiya...@gmail.com (December 16, 2010 16:05:10)_
What steps will reproduce the problem?
1. running cuddpSort with radix sort functionality
2. setting it up for 3991 as the number…
-
_Original author: olearypa...@gmail.com (September 17, 2010 22:12:02)_
What steps will reproduce the problem?
1. edit common.mk add -fPIC to gcc g++ and link
2. make
3. g++ -shared -Wl,-soname,libcud…
-
I am trying to import a header file. I have copied stdlib.h into a separate dir which I then import.
Nothing is actually imported, I get the errors below:
---
Error: Include not found: #include in …
-
_Original author: korgulec@gmail.com (July 19, 2009 10:07:35)_
Hi,
I just build cudpp and ran cudpp_testrig which failed with
(all previous tests were correct)
Running a sort of 1048581 unsigned in…
-
The module numbers are not consistent.
Numbering in the index looks to be what we want.
The chapter numbers on the module pages are wrong (the section number seems to be right).
The chapter and sec…
-
This issue attempts to provide a complete and detailed list of what we must or would like to complete in time for in-class use. This is currently scheduled to begin on Tuesday, October 9.
I will edit…
-
Základní algoritmy řazení (mergesort, quicksort, heapsort, radixsort) a vyhledávání půlením intervalu, jejich složitost.
-
Currently we have 11 failures:
- zip
- scan-segsum (see also Issue #44)
- stencil-1D
- stencil2-2D
- backpermute-transpose
- gather-if (see also Issue #46)
- scatter
- scatter-if
- saxpy
- filter
- r…
-
A gist of the code I'm running, and the result is [here](https://gist.github.com/1978580).
I can duplicate this with GHCs 7.2.1 and 7.4.1. My device info is as follows:
``` haskell
Prelude Foreign.C…