Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hydra-image-processor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
OpenSource
hydra-image-processor
Graph
fb6086663f0b8a3d0217053f65bc009961bcfb92
Select Git revision
Branches
7
develop
feature/MatlabBackup
feature/MatlabWrapper
feature/deviceName
feature/linux
master
default
protected
timing
Tags
14
v2.02
v2.01
v2.0
Release_1.0
HIP_name_chnage
deletedOld
v1.0.2
PaperRelease
Release-0.0.6b
Release-0.0.5b
Release-0.0.4b
Release-0.0.3a
Release-0.0.2a
Release-0.0.1a
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Apr
28
30
Mar
29
21
20
18
Feb
14
13
12
8
7
26
Jan
23
8
Dec
2
1
1
Nov
31
Oct
12
6
Sep
2
27
Aug
25
15
12
10
9
20
Jun
17
13
3
May
28
Apr
25
31
Mar
21
26
Feb
24
26
Jan
21
18
13
8
28
Oct
19
9
30
Jun
12
8
8
May
5
30
Apr
28
27
8
4
28
Mar
3
Feb
8
Jan
6
Dec
24
Nov
23
Oct
22
13
11
27
Aug
25
15
9
Jul
4
3
19
Jun
18
17
6
May
5
2
1
28
Apr
25
24
18
17
16
15
14
12
8
7
4
3
2
31
Mar
28
27
25
24
21
20
24
Feb
21
20
15
8
6
1
11
Jan
11
Nov
6
1
31
Oct
29
28
27
25
24
22
21
19
16
11
10
9
3
28
Sep
27
26
24
23
21
12
10
7
5
2
30
Aug
6
5
2
1
2-D LoG is working
Seperable kernel?
Start of LoG
Binary commit
Choose the device with the most memory available not biggest possible
Corrected the log error in the entropy filter
Image chuncks were not utilizing the memory when one dimension did not match the max chunk size
Moved MexResize into the correct subfolder and updated vc project.
First attempt at linux compile
feature/linux
feature/linux
Fixed the entropy filter
Added the start to an entropy filter
Don't use linear interpolation if it is not nessasary
Binary Commit
Added a scoped mutex to command run
Added a floor to Vec so that resize can call it explicitly
Binary commit
Fixed a bug in calculating the max number of threads to use in a block.
Added a random wait for the file semaphore which is important for multi threaded operations.
Suppressing the warning by fixing the Vec functions correctly
Found memory leak in resize
Binary commit
Suppressed a compiler warning in Vec
Added an early out message to tell the matlab caller that resize cannot enlarge yet
Fixed bug where the image was not reduced or enlarged.
Binary commit
Moved the linear interpolation to CudaImageContainer and changed coordinate access to () instead of []
Added the device name to the mutex txt file.
Added the occupancy calculator to each kernel
Added a function to better calculate the optimal block occupancy
Added compute and shader model 5.0 to the compile flags
Removed the old ReduceImage
Added the device name to the mutex txt file.
feature/deviceN…
feature/deviceName
Resize now works for mean reductions
Removed max registers in the compiler flags
Added a new version of Vec which stores the data in a array.
Got rid of superfluous dllexport semantic since we're using a def file.
Added some template code to make building cuda processing commands a little simpler.
Updated all cuh files to use getDims() instead of getDeviceDims().
Some fixes for issues with new Vec cpu/gpu functions and anonymous union.
Added a resize kernel stub
Loading