Skip to content

Commit

Permalink
Update minimum GPU hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Jul 18, 2024
1 parent 435ad50 commit bea15ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

| Hardware | Type |
| -------- | ---- |
| GPU | Ampere-generation NVIDIA GPU or later |
| GPU | NVIDIA GPU with 1-bit tensor cores (Turing-generation or later)|

## Installation
This project uses CMake. To build the library:
Expand All @@ -31,4 +31,4 @@ This will create executables and a `libtcbf` library in the build directory.
### Standalone beamformer
The standalone beamformer executable is `echoframe-beamformer`. It can read a prepared A matrix and raw RF from disk, process it on the GPU, and store the BF back to disk. Example commandline:

`echoframe-beamformer --a_matrix A_matrix.bin --rf RF.bin --bf BF.bin --pixels 4096 --frames 8192 --samples 16384`
`echoframe-beamformer --a_matrix A_matrix.bin --rf RF.bin --bf BF.bin --pixels 4096 --frames 8192 --samples 16384`

0 comments on commit bea15ee

Please sign in to comment.