aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Sorting/Partition.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-3/+5
2020-02-24Profiler wrapper to allow for cudaDeviceSynchronize (#738)Gravatar MaxThevenet 1-1/+1
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+6
2019-10-11Fix particle partition in buffersGravatar Remi Lehe 1-2/+2
2019-10-01Edit const correctnessGravatar Remi Lehe 1-3/+3
2019-10-01More optimization for GPUGravatar Remi Lehe 1-2/+9
2019-10-01Use templated functor for copy of particlesGravatar Remi Lehe 1-10/+2
2019-10-01Implement particle copyGravatar Remi Lehe 1-23/+24
2019-10-01Perform partition in smaller bufferGravatar Remi Lehe 1-14/+11
2019-10-01Implemented iterator distanceGravatar Remi Lehe 1-5/+11
2019-10-01Implemented stable partitionGravatar Remi Lehe 1-9/+15
2019-10-01Rewrite as functorGravatar Remi Lehe 1-26/+9
2019-10-01Replaced Index functionGravatar Remi Lehe 1-2/+13
2019-10-01Implement `iota` on GPUGravatar Remi Lehe 1-4/+6
2019-10-01Start GPU conversionGravatar Remi Lehe 1-10/+13
2019-09-24Move temporary variables into functionGravatar Remi Lehe 1-4/+5
2019-09-24Add commentsGravatar Remi Lehe 1-6/+31
2019-09-23Create dedicated method for partition in buffersGravatar Remi Lehe 1-0/+115