Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between TensorRT GA and RC?

I just wanted to download TensorRT but I saw there are two different versions GA and RC. What is the differences between them and what version should I choose as I use a Windows 10 machine with Geforce GTX 960M graphic card?

like image 301
Hasani Avatar asked Aug 01 '19 15:08

Hasani


1 Answers

GA is a production release, it stands for "General Availability". It is the version most people should be using, for most activities. It has gone through a full test cycle.

RC is a "Release Candidate". It is a preproduction version, an early release version. In general, the recommendation would be to use a GA version, unless you have a specific reason to use a RC version (e.g. to evaluate a new feature). RC might be used to evaluate a specific new capability before it is available in a GA release, or it might be used to evaluate compatibility of a current code or application with future plans.

Recommondation based on your question: Use the GA version.

Note that each release is numbered, and a numbered release or release "cycle" could have (first) a RC version followed later by a GA version.

like image 170
Robert Crovella Avatar answered Oct 30 '22 06:10

Robert Crovella