Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GPUSort
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TNL
GPUSort
Graph
155e2a0860c5411c2aeab4610d98dcecc46c3c5a
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
May
10
8
5
14
Apr
10
9
8
7
6
5
4
3
2
1
31
Mar
30
29
28
27
25
24
23
21
20
18
17
16
12
10
9
7
6
5
4
3
2
1
26
Feb
25
24
21
20
19
18
17
16
15
14
12
Add installation comments
master
master
ignore python files
roll back 1st step
refactor out block Bitonic sort into own file
fix size
add other gpu sorts and measuring
refactor depth -> iteration
remove useless param
refactor len -> bitonicLen
threadPerBlock -> threadsPerBlock
calculate partsInSeq inside kernel
use TNL::scan instead of thrust
rename template FUNCTION to CMP
bitonic test for big size structs
refactor out big size check
change cmp template name and remove refernce to cmp in kernel
calculating max eleme per block
flush after print and remove not used libraries
refactor out measuring part
change bitonic threshold size
sort 64b data
fix copy after no shared bitonic sort
comments on functions
fix copy and add support for block bitonic sort of bigger size
use for loop to copy for better readability
refactor out permutation 8
fix gaussian test
use ptx to calc closest pow 2
empty 2nd phase when filled with enough tasks
fix sort checking
sort 3D points
refactor out generator from benchmark
fix size
debug option
task printing and getting size
refactoring
reformating and adding function description
versions that dont use shared memory
sort without shared memory
support for structure sorting
Loading