fixstars / libSGM

Stereo Semi Global Matching by cuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why did it run slowly with my GPU GTX 1070Ti?

NiuKeke opened this issue · comments

The image size is 450*375,and the disparity size is 64.It will cost about 0.2-0.3 seconds ,which is slower than your experiment result.I do not know why.The result is correct.

Did you dry-run API call first? First CUDA API call spends much times for initialization.

cf. #6 (comment)

Did you dry-run API call first? First CUDA API call spends much times for initialization.

cf. #6 (comment)

Thank you very much.It is right what you have said.