Groups
Groups
Sign in
Groups
Groups
clpp
Conversations
About
Send feedback
Help
clpp
1–30 of 47
Mark all as read
Report group
0 selected
Aaron Boxer
4/10/15
Google code shutting down
Hello, Since Google code is shutting down, I've created a mirror of the code here: https://github
unread,
Google code shutting down
Hello, Since Google code is shutting down, I've created a mirror of the code here: https://github
4/10/15
Krys
8/14/13
Re: Can I join to contribute for this project
Hi there, So, first ... welcome in the project ;-) If you want to contribute to the project I can
unread,
Re: Can I join to contribute for this project
Hi there, So, first ... welcome in the project ;-) If you want to contribute to the project I can
8/14/13
Hugo Delgado
,
kr...@polarlights.net
2
11/4/12
Problems using library
Some algorithms request a specific dataset size. You can change theses parameters inthe test cases.
unread,
Problems using library
Some algorithms request a specific dataset size. You can change theses parameters inthe test cases.
11/4/12
Mingcheng Chen
, …
kr...@polarlights.net
4
9/1/12
Question about clppScan_GPU
I mean when you track the global size and work group size before each call it is always the same.
unread,
Question about clppScan_GPU
I mean when you track the global size and work group size before each call it is always the same.
9/1/12
Viewon01
,
Jesus
4
3/13/12
New sorting algorithm : Bitonic on the GPU
Yes, only for N^2 arrays Unfortunately I have got not time to do the "bound checking" !
unread,
New sorting algorithm : Bitonic on the GPU
Yes, only for N^2 arrays Unfortunately I have got not time to do the "bound checking" !
3/13/12
kalx
,
kr...@polarlights.net
8
3/2/12
Sort ints of more than 32 bits
Nobody is working... because nobody has time. As far as I know it is the better library in OpenCL.
unread,
Sort ints of more than 32 bits
Nobody is working... because nobody has time. As far as I know it is the better library in OpenCL.
3/2/12
me_medesimo
,
kr...@polarlights.net
2
2/9/12
GPU Scan problem
Unfortunately I have no ATI GPU here. I only test it on NVidia GPU and CPU. So, for now I have no way
unread,
GPU Scan problem
Unfortunately I have no ATI GPU here. I only test it on NVidia GPU and CPU. So, for now I have no way
2/9/12
Jesus
,
kr...@polarlights.net
2
1/12/12
Thanks
You're right... The problem is the lack of time ;-) But we agree... I expect to implement a GPU
unread,
Thanks
You're right... The problem is the lack of time ;-) But we agree... I expect to implement a GPU
1/12/12
Sarma Tangirala
,
kr...@polarlights.net
10
10/6/11
[Intro] Hello
Thanks a lot :-) Just to let you know I think that the next step is to produce a version 1.0 of CLPP.
unread,
[Intro] Hello
Thanks a lot :-) Just to let you know I think that the next step is to produce a version 1.0 of CLPP.
10/6/11
crb002
, …
Sarma Tangirala
3
10/5/11
GTC CLPP Papers?
Hi crb, I haven't been able to contribute much to CLPP but was very interested in it initially.
unread,
GTC CLPP Papers?
Hi crb, I haven't been able to contribute much to CLPP but was very interested in it initially.
10/5/11
rapatel
,
kr...@polarlights.net
4
9/8/11
How to distinguish between Int and Uint
You're right, I have to modify this. In fact I should review to support int and uint sorting. To
unread,
How to distinguish between Int and Uint
You're right, I have to modify this. In fact I should review to support int and uint sorting. To
9/8/11
Chad Brewbaker
,
kr...@polarlights.net
2
9/4/11
AMD A8 APU timings
Thanks Chad, Very interesting. I have to update the report.xls file to compare the perf ! Great :) --
unread,
AMD A8 APU timings
Thanks Chad, Very interesting. I have to update the report.xls file to compare the perf ! Great :) --
9/4/11
Viewon01
9/2/11
Bitonic sort for CPU and small set
Hi, I've just added a new sort algoritm, very basic for now but already faster in some condition.
unread,
Bitonic sort for CPU and small set
Hi, I've just added a new sort algoritm, very basic for now but already faster in some condition.
9/2/11
rapatel
, …
kr...@polarlights.net
5
9/2/11
Radix Sort New Files
We can do both, the current code structure allow to use either the CL file either the DLL. But
unread,
Radix Sort New Files
We can do both, the current code structure allow to use either the CL file either the DLL. But
9/2/11
Viewon01
8/25/11
Several fix
Hi, I have find some times to do several fix. Mainly for NVidia card. So, now it works and even the
unread,
Several fix
Hi, I have find some times to do several fix. Mainly for NVidia card. So, now it works and even the
8/25/11
crb002
8/20/11
AMD A8-3850 APU
I just put an order in for some Llano goodness on NewEgg today. Hopefully I will have some
unread,
AMD A8-3850 APU
I just put an order in for some Llano goodness on NewEgg today. Hopefully I will have some
8/20/11
Viewon01
8/9/11
Duane Merrill sort : new paper
Hi, Just to tell that there is a new paper from Duane Merrill that explain his powerful sort
unread,
Duane Merrill sort : new paper
Hi, Just to tell that there is a new paper from Duane Merrill that explain his powerful sort
8/9/11
Viewon01
,
Rick Weber
3
8/9/11
multi count ?
Thanks a lot Rick, Finally there is a simple solution. - Sort the array - Found the position where
unread,
multi count ?
Thanks a lot Rick, Finally there is a simple solution. - Sort the array - Found the position where
8/9/11
Viewon01
8/3/11
NVidia OpenCL driver 1.1 available
Hi, Just to tell you that NVidia has release a new OpenCL 1.1 driver. Use the release R280.19 You can
unread,
NVidia OpenCL driver 1.1 available
Hi, Just to tell you that NVidia has release a new OpenCL 1.1 driver. Use the release R280.19 You can
8/3/11
rapatel
,
kr...@polarlights.net
2
7/29/11
Adding Global Offsets
Yes, It should be simple, by just using a start_offset by example. It can be for the version 2.0
unread,
Adding Global Offsets
Yes, It should be simple, by just using a start_offset by example. It can be for the version 2.0
7/29/11
Viewon01
, …
crb002
8
7/24/11
32 bits sorting FAILED !!!!
benchmark.cpp is a "unit test" and if you want to compare you can test the simplest "
unread,
32 bits sorting FAILED !!!!
benchmark.cpp is a "unit test" and if you want to compare you can test the simplest "
7/24/11
rapatel
,
kr...@polarlights.net
9
7/22/11
pushCLDatas()
It is done, now the new method is 'pushCLDatas'. I will commit later. Thanks Rapatel -----
unread,
pushCLDatas()
It is done, now the new method is 'pushCLDatas'. I will commit later. Thanks Rapatel -----
7/22/11
Viewon01
7/20/11
New improvement
Dear clpp Team, I would like to announce some changes in the CLPP project, if you look at the SVN
unread,
New improvement
Dear clpp Team, I would like to announce some changes in the CLPP project, if you look at the SVN
7/20/11
Viewon01
, …
philipp...@gmail.com
21
7/12/11
Help requested : Satish sort on GPU
Super, Un grand merci, encore une fois. Bonne soirée Krys -----Original Message----- From: "
unread,
Help requested : Satish sort on GPU
Super, Un grand merci, encore une fois. Bonne soirée Krys -----Original Message----- From: "
7/12/11
crb002
,
kr...@polarlights.net
2
7/8/11
RFC: Fixed length types?
I understand your point of view, But, honnestly I don't know... In fact, if you check in the
unread,
RFC: Fixed length types?
I understand your point of view, But, honnestly I don't know... In fact, if you check in the
7/8/11
crb002
,
kr...@polarlights.net
4
7/8/11
Volunteer
Thanks for your contribution, When we have start the project we have used the "stl sort" to
unread,
Volunteer
Thanks for your contribution, When we have start the project we have used the "stl sort" to
7/8/11
Viewon01
6/30/11
New Radix-sort version - Beta 2.0 - 30% up to 40% performance improvement compared to Beta 1.0
Dear CLPP Team, I have the pleasure to announce that we have a Beta 2.0 version of the Satish radix
unread,
New Radix-sort version - Beta 2.0 - 30% up to 40% performance improvement compared to Beta 1.0
Dear CLPP Team, I have the pleasure to announce that we have a Beta 2.0 version of the Satish radix
6/30/11
Viewon01
6/28/11
New Radix-sort version - Beta 1.0
Dear CLPP Team, I have the pleasure to announce that we have a first version of the radix-sort
unread,
New Radix-sort version - Beta 1.0
Dear CLPP Team, I have the pleasure to announce that we have a first version of the radix-sort
6/28/11
rapatel
,
kr...@polarlights.net
3
6/24/11
Supported types
I am using clpp right now to do some sorting. I may go in and make add some changes to support more
unread,
Supported types
I am using clpp right now to do some sorting. I may go in and make add some changes to support more
6/24/11
Viewon01
,
philipp...@gmail.com
3
6/17/11
Embed CL code into C++
It is not solved, we still need the .cl files ! Krys -----Original Message----- From: "philippe.
unread,
Embed CL code into C++
It is not solved, we still need the .cl files ! Krys -----Original Message----- From: "philippe.
6/17/11