-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dummysource / xgpu averaging & downselect
Dummysource replaces the ethernet input for throughput testing, and is enabled with the commandline switch --fakesource Add xGPU averaging and subselection. The former has been "tested" in that it outputs appropriate data when the pipeline is fed with the all ones. With all threads active, the pipeline runs at ~40Gb/s on my old Xeon machine, seemingly processing limited by my RTX 2060 GPU. NB: Probably some syncronization barriers are needed, certainly on the block which copies data to the GPU. See ledatelescope/bifrost#138
- Loading branch information
JackH
committed
Jun 22, 2020
1 parent
d1f52b5
commit db2d0ef
Showing
4 changed files
with
175 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters