isce-framework / isce-framework/dolphin

Benchmarking runtimes

Open
#31 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation run time testing
Dominant language
Python
Stars
153
Forks
33
PR merge metrics
No merged PRs in 30d

Description

Top level issue tracking the improvements/additions needed to track a full-frame workflow runtime.

Current knobs to test are

  1. Using CPU vs GPU
  2. SLC input stack size
  3. Output posting (or equivalently strides)
  4. Size of blocks loaded at one time from the input stack
  5. For CPU, number of CPUs/number of threads per CPU
  6. Algorithm for phase linking (MLE vs EVD)

I've put these in the order of my guess for which will have the biggest effect, but we clearly need to do the tests to see.

Things we need for good testing

  • the single-update workflow script (#11)
  • recording the threads (#28)
  • recording the block size/fixing the max_ram_gb option (#32)
  • adding the ability to use EVD instead of MLE (#138 )
  • using vmtouch -e on the SLC stack before starting the workflow: https://github.com/hoytech/vmtouch . This will make sure we don't get very fast runs just because the SLC data as cached, as we can't count on that happening for the production runs.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the single-update workflow script (#11), thread recording (#28), block-size and max_ram_gb work (#32), and EVD support (#138). Then define how runs will vary CPU/GPU, SLC stack size, output posting, block size, CPU threads, and phase-linking algorithm; done means comparable runtime measurements for those variables, with the SLC stack evicted via vmtouch -e.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.