File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ configurations:
3030| Configuration | GPU | ConnectX NIC | FPGA |
3131| ---| ---| ---| ---|
3232| CI unit test | Any CUDA-capable GPU | Not required | Not required |
33- | Emulated E2E | Any CUDA-capable GPU | Required (loopback cable) | Not required |
33+ | Emulated E2E | CUDA GPU with GPUDirect RDMA | Required (loopback cable) | Not required |
3434| FPGA E2E | CUDA GPU with GPUDirect RDMA | Required | Required |
3535
3636Tested platforms: DGX Spark, GB200.
@@ -255,7 +255,8 @@ processes run concurrently:
255255
256256- ConnectX NIC with a loopback cable connecting both ports (the emulator
257257 sends RDMA traffic out one port and the bridge receives on the other)
258- - ` libibverbs ` / RDMA-capable network stack
258+ - Software dependencies (DOCA, Holoscan SDK, etc.) as described in the
259+ [ cuda-quantum realtime build guide] ( https://github.com/NVIDIA/cuda-quantum/blob/main/realtime/docs/building.md )
259260- All three tools built (bridge, playback, emulator)
260261
261262### Running
You can’t perform that action at this time.
0 commit comments