Tensorrt: Support on 1080 and Titan X

Created on 14 Oct 2019  Â·  5Comments  Â·  Source: NVIDIA/TensorRT

Hi does this sample works on GTX 1080 ti and Titian X?

hardware question

Most helpful comment

Thanks for the support ryan

On Wed, 30 Oct, 2019, 7:54 am Ryan McCormick, notifications@github.com
wrote:

Closing - Reopen if you are still having a problem.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/NVIDIA/TensorRT/issues/158?email_source=notifications&email_token=AIXDC6L22NJCRWDSALS7HDLQRDV4ZA5CNFSM4JALJPRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECSWOIQ#issuecomment-547710754,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AIXDC6L5K6URMVHTW2DKVXDQRDV4ZANCNFSM4JALJPRA
.

All 5 comments

Hi @anmol039w,

You can see the support matrix for hardware here: https://docs.nvidia.com/deeplearning/sdk/tensorrt-support-matrix/index.html#hardware-precision-matrix

And according to here: http://www.nvidia.com/object/geforce_family.html, both GTX 1080 ti and Titan X have Compute Capability 6.1

Please refer to the support matrix row above corresponding to CC6.1 for what is supported and not supported.

Closing - Reopen if you are still having a problem.

Thanks for the support ryan

On Wed, 30 Oct, 2019, 7:54 am Ryan McCormick, notifications@github.com
wrote:

Closing - Reopen if you are still having a problem.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/NVIDIA/TensorRT/issues/158?email_source=notifications&email_token=AIXDC6L22NJCRWDSALS7HDLQRDV4ZA5CNFSM4JALJPRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECSWOIQ#issuecomment-547710754,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AIXDC6L5K6URMVHTW2DKVXDQRDV4ZANCNFSM4JALJPRA
.

@rmccorm4 how to get compute capability using cpp code?

@Edwardmark I'm not sure off the top of my head. What's your goal for knowing CC?

TensorRT has some built-in methods to see if the hardware supports things like FP16/INT8, if that's what you're looking for:
https://docs.nvidia.com/deeplearning/sdk/tensorrt-api/c_api/classnvinfer1_1_1_i_builder.html#a1d18b948852cb088d22a87cff70a2b2f

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sbbug picture sbbug  Â·  5Comments

dhkim0225 picture dhkim0225  Â·  6Comments

prathik-naidu picture prathik-naidu  Â·  3Comments

SyGoing picture SyGoing  Â·  4Comments

mhansinger picture mhansinger  Â·  4Comments