Skip to content

Instantly share code, notes, and snippets.

@altbridgetech
Created November 18, 2020 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altbridgetech/cd4ff7d6ba487ff1c411d407ac6360ec to your computer and use it in GitHub Desktop.
Save altbridgetech/cd4ff7d6ba487ff1c411d407ac6360ec to your computer and use it in GitHub Desktop.
ubuntu@ip-xxx-xxx-xxx-xxx:~/TensorRT-7.1.3.4/data/mnist$ cd ../../samples/sampleMNIST
ubuntu@ip-xxx-xxx-xxx-xxx:~/TensorRT-7.1.3.4/samples/sampleMNIST$ export TRT_LIB_DIR=$PWD/../../lib
ubuntu@ip-xxx-xxx-xxx-xxx:~/TensorRT-7.1.3.4/samples/sampleMNIST$ make
../Makefile.config:10: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:15: CUDNN_INSTALL_DIR variable is not specified, using /usr/local/cuda by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: sampleMNIST.cpp
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: ../common/sampleInference.cpp
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: ../common/sampleOptions.cpp
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: ../common/logger.cpp
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: ../common/getOptions.cpp
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: ../common/sampleReporting.cpp
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/dchobj/../common; fi; :
Compiling: ../common/sampleEngines.cpp
Linking: ../../bin/sample_mnist_debug
if [ ! -d ../../bin/chobj/../common ]; then mkdir -p ../../bin/chobj/../common; fi; :
Compiling: sampleMNIST.cpp
Linking: ../../bin/sample_mnist
# Copy every EXTRA_FILE of this sample to bin dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment