Open DickJC123 opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Cuda, Feature, CI
@mxnet-label-bot Add [CI]
@marcoabreu Maybe you can help with this in the runtime_functions.sh file ?
Description
Here's a portion of runtime_functions.sh relating to the tensorrt build (which is built against cuda 10.0 and cuDNN 7.4.2):
The runtime environment for other builds also set CUDNN_VERSION to 7.0.3, and those builds are against cuda 9.1 and cuDNN 7.1.2. It would be nice to have these env var settings fixed in a way that doesn't quickly become obsolete (or remove them if they are not needed).