Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easyWave
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
id2
geoperil
easyWave
Repository graph
You need to sign in or sign up before continuing.
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
5
cpu
hzdr-gpu-test
master
default
protected
multi-gpu
web
Tags
2
2021-04-12
2021-02-08
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Apr
22
Mar
19
18
17
16
8
Feb
12
Aug
3
27
May
16
Mar
25
Apr
13
Nov
17
Feb
8
Oct
2
Sep
1
24
Aug
21
May
10
Apr
9
6
6
Mar
15
Feb
10
9
21
Nov
9
25
Oct
24
16
Bump version to 2021-04-12
2021-04-12 master
2021-04-12 master
fix host-to-device transfer of POIs
CI: Add tests for GPU runner
hzdr-gpu-test
hzdr-gpu-test
Merge branch 'ci-and-tests' into 'master'
CI: Add pycodestyle and shellcheck to test stage
Tests: Also check POI data outputs
Tests: Add documentation about how to run the tests
Tests: Use GDAL for comparing the results
Add GitLab CI configuration
Tests: Use expected results for comparing and split CPU and GPU tests
Tests: Add files for expected results
Tests: Fix pycodestyle linting issues
Update version
2021-02-08
2021-02-08
Update .gitignore
refactor header file usage
minor CUDA code tunings
Add compatibility flags to nvcc command
Fix no data value for arrival times output
Fix bug in OpenMP parallelization.
multi-gpu
multi-gpu
Fix bug in OpenMP parallelization.
cpu
cpu
Fix bug in OpenMP parallelization.
web
web
Revert "Print calculated bounding box"
Add .gitignore
Print calculated bounding box
Fix bug in OpenMP parallelization.
replaced old NVFLAGS, should build for all platforms
Update README.md
Add README
Add license
Moved svn branches to git branches, moved trunk to master
Moved svn branch cpu to git branch
Moved svn branch multi-gpu to git branch
Moved svn branch web to git branch
Fixed double free caused by multiple GPUs.
Keep kernel data small by separating POI related data in a dedicated class. This was necessary to make the code run on the older Tesla C1060.
Time series for POIs are now stored on GPU side and only copied back at the end of the simulation. This saves a lot of runtime especially for a large number of POIs.
Write output file to disk before printing last progress.
Added dist-packages for revision 34.
Fixed time measurement in multi-threaded version.
Added support for OpenMP within the build system.
Loading