GPU Performance Comparison: A5000 to A6000

Is there a conversion for how well a NVIDIA RTX A6000 datasheet will perform compared to an NVIDIA RTX A5000 datasheet that gets 50 frames per second (fps) with a single-precision performance of 27.8 Teraflops (TFLOPS), RT Core performance 54.2 TFLOPS, and Tensor performance 222.2 TFLOPS?

It looks like an RTX A5000 is capable of half precision floating point 16 (fp16) and integer eight ( INT8). Where would I find the specifications to affirm this?

@brian0b6iu - I moved NVIDIA A5000 - How to get full specs and how to compare cards? - AI & Data Science / Computer Vision & Image Processing - NVIDIA Developer Forums here.

Hi,

Request you to share the model, script, profiler, and performance output if not shared already so that we can help you better.

Alternatively, you can try running your model with trtexec command.

While measuring the model performance, make sure you consider the latency and throughput of the network inference, excluding the data pre and post-processing overhead.
Please refer to the below links for more details:
https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt-803/best-practices/index.html#measure-performance

https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt-803/best-practices/index.html#model-accuracy

Thanks!