NVIDIA-AI-IOT / jetson_benchmarks

Jetson Benchmark
MIT License
370 stars 71 forks source link

What's the meaning of workspace size in csv file? #19

Open TonyMou opened 3 years ago

TonyMou commented 3 years ago

I am a little curious about what's the meaning of workspace size in csv file. Since with gpu_ws = 1024 and dla_ws = 1024 only work for fp16 benchamrk but failed for int8 benchamrk on xavier platform. For Xavier platform, what's the recommend value of GPU_WS and DLA_WS for different precisions?

Thanks!

HarrySm commented 2 years ago

Hello @TonyMou ,

I am not a professional, I am still a student. Please have a look here ;) it is a flag in trtexec.

Harry