CMake NOTFOUND files: CUBLASLT_LIB Error in Jetson Nano

Hi, I am new to using learning transfer tools, I have a problem installing TRT-OSS / Jetson / README.md during command execution

/usr/ local/bin/cmake … -DGPU_ARCHS = “53 62 72” -DTRT_LIB_DIR = /usr/lib/aarch64-linux-gnu/ -DCMAKE_C_COMPILER = /usr/bin/gcc -DTRT_BIN_DIR = pwd /out

it throws me the following error:

    • Parsers Used: caffe; uff; onnx
    • InferPlugin Used: OFF
    • Licensing: opensource
      CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
      Please set them or make sure they are set and tested correctly in the CMake files:
      CUBLASLT_LIB
      linked by target “nvinfer_plugin” in directory /home/dlinano/TensorRT/plugin
      TENSORRT_LIBRARY_MYELIN
      linked by target “nvonnxparser_static” in directory /home/dlinano/TensorRT/parsers/onnx
      linked by target “nvonnxparser” in directory /home/dlinano/TensorRT/parsers/onnx
  • Configuring incomplete, errors occurred!
    See also “/home/dlinano/TensorRT/build/CMakeFiles/CMakeOutput.log”.
    See also “/home/dlinano/TensorRT/build/CMakeFiles/CMakeError.log”.Picture output

Hi,

The error is caused by incompatible package version.

Not sure which JetPack do you use.
If you are using JetPack4.4.1, please checkout the branch v7.1 for compatibility.

Thanks.

1 Like

Thank you very much @AastaLLL, the version of my jetpack was different, I already changed it and it worked perfectly.