junrushao1994 opened a new pull request #6286:
URL: https://github.com/apache/incubator-tvm/pull/6286
To follow up with #6280, I added cmake options into libinfo, then if we
execute the following command, we will have the full build info:
```
> python -c "import tvm; print('\n'.join(k + '\t' + v for k, v in
tvm.support.libinfo().items()))"
USE_LLVM llvm-config --ignore-libllvm
GIT_COMMIT_HASH f812dacc024812ea02822fb8f447bf5a8c607f2c
USE_VULKAN OFF
USE_HEXAGON_SDK /path/to/sdk
USE_MICRO OFF
USE_GRAPH_RUNTIME ON
INSTALL_DEV OFF
USE_SORT ON
USE_OPENCL OFF
USE_THREADS ON
USE_CUDNN OFF
USE_RANDOM OFF
USE_STACKVM_RUNTIME OFF
USE_GRAPH_RUNTIME_DEBUG ON
USE_THRUST OFF
USE_MICRO_STANDALONE_RUNTIME OFF
USE_TENSORFLOW_PATH none
USE_MSVC_MT OFF
USE_CUDA OFF
USE_TF_TVMDSOOP OFF
USE_COREML OFF
USE_HEXAGON_DEVICE OFF
USE_MIOPEN OFF
USE_DNNL_CODEGEN OFF
USE_ROCM OFF
USE_BLAS none
USE_TFLITE OFF
USE_RPC ON
USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME OFF
USE_RELAY_DEBUG ON
USE_TARGET_ONNX OFF
USE_ROCBLAS OFF
USE_MKLDNN OFF
USE_ARM_COMPUTE_LIB OFF
USE_FALLBACK_STL_MAP OFF
USE_CUBLAS OFF
USE_RTTI ON
USE_OPENMP none
USE_MKL OFF
USE_METAL OFF
HIDE_PRIVATE_SYMBOLS OFF
USE_NNPACK OFF
ROCM_PATH /opt/rocm
USE_CPP_RPC OFF
```
CC: @jroesch @jroesch @tqchen
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]