Victor J Duvanenko

Results 10 comments of Victor J Duvanenko

I tried to duplicate this issue by switching my Test project to use 4.6.2 and it ran successfully with 3.6.13 HPCsharp package from nuget.org

That is puzzling. Glad to help.

Would you mind posting your benchmark? There are a couple of thresholds that have been optimized for sorting arrays of integers, which most likely need changed for sorting an array...

There is an example project HPCsharpExamples directory. It built and ran successfully with 3.17.0 (the latest version in nuget.org) version of HPCsharp. Your run is showing an error with 3.17.1,...

Apple support is not currently tested, due to lack of access to an Apple computer.

I'm not sure how to duplicate this build issue. The latest commit from today (37ca936877a19d49d1e986fa8c98c71dad5be118) builds on WSL (Ubuntu 22.04.4 LTS) with: - g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 - libtbb-dev:amd64/jammy 2021.5.0-7ubuntu2...

Sadly, only g++ for Linux, and VisualStudio 2022 (Microsoft and Intel) compilers for Windows, have been tested so far. Could you provide gcc command line that you're using to compile...

Examining the call and definition of the problem function, the shiftRightAmount argument has a type mismatch, which some compilers may not care about, but maybe certain gcc versions do. I...

You're welcome! Glad you're finding it useful. What level of performance gains are you experiencing? A custom version of LSD Radix Sort can be created which would process an array...

Hi Hannes, LSD Radix Sort that you pointed out by Andy Adinets and Duane Merill is the latest GPU-based algorithm. They use some of my work (see the second page)...