Ask Your Question
1

When image delivery is slow, how does it affect the inference time with GPU?

asked 2021-08-13 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-01-14 01:00:00 +0000

devzero gravatar image

When image delivery is slow, it can affect the inference time with GPU in the following ways:

  1. The GPU may have to wait for the image data to be transferred from the CPU to the GPU memory, which can increase the overall latency of the inference process.

  2. The processing of the image data on the GPU may be slower due to the limited bandwidth of the communication channel between the CPU and the GPU.

  3. If the image data is streamed in real-time, such as in video analytics, slow image delivery may cause the GPU to drop or skip frames, leading to inaccurate or incomplete results.

  4. Slow image delivery can also increase the contention for GPU resources, such as memory and compute units, which can further slow down the inference process.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-13 11:00:00 +0000

Seen: 12 times

Last updated: Jan 14 '22