diff options
author | Michael Bien <[email protected]> | 2010-03-01 02:17:29 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-01 02:17:29 +0100 |
commit | 48a46a6084878803acadd44b0e96e237cf5768c1 (patch) | |
tree | d7f25e2500bcad62ae9e11963d8eeb3c3194ef05 /nbproject | |
parent | 238d41376cde8d1f0426d50e9b2fdebbe31cee74 (diff) |
initial import of OpenCL RadixSort GPU example.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configs/RadixSort.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nbproject/configs/RadixSort.properties b/nbproject/configs/RadixSort.properties new file mode 100644 index 0000000..41e68f5 --- /dev/null +++ b/nbproject/configs/RadixSort.properties @@ -0,0 +1 @@ +main.class=com.mbien.opencl.demos.radixsort.RadixSortDemo |