TRITON_ENABLE_METRICS_CPU not found #5425
|
Description Triton Information Are you using the Triton container or did you build it yourself? To Reproduce cmake "-DTRT_VERSION=${TRT_VERSION}" "-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}" "-DVCPKG_TARGET_TRIPLET=${VCPKG_TARGET_TRIPLET}" "-DTRITON_TENSORFLOW_VERSION=2" "-DTRITON_TENSORFLOW_DOCKER_IMAGE=nvcr.io/nvidia/tensorflow:22.07-tf2-py3" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX:PATH=/tmp/tritonbuild/tensorflow2/install" "-DTRITON_COMMON_REPO_TAG:STRING=r22.07" "-DTRITON_CORE_REPO_TAG:STRING=r22.07" "-DTRITON_BACKEND_REPO_TAG:STRING=r22.07" "-DTRITON_ENABLE_GPU:BOOL=ON" "-DTRITON_ENABLE_MALI_GPU:BOOL=OFF" "-DTRITON_ENABLE_STATS:BOOL=ON" "-DTRITON_ENABLE_METRICS:BOOL=ON" .. |
Replies: 1 comment 1 reply
|
Yes. You can see it used in several places in the core repo for enabling the collection of CPU metrics. One good place to look is here. |
Yes. You can see it used in several places in the core repo for enabling the collection of CPU metrics. One good place to look is here.