DCGM
DCGM copied to clipboard
Prebuilt binaries in the source tree not compiled from source
$ find testing/python3/apps/cuda_ctx_create/ -type f -executable
testing/python3/apps/cuda_ctx_create/cuda_assert_64bit
testing/python3/apps/cuda_ctx_create/cuda_assert_ppc64le
testing/python3/apps/cuda_ctx_create/cuda_ctx_create_ppc64le
testing/python3/apps/cuda_ctx_create/cuda_ctx_create_64bit
testing/python3/apps/cuda_ctx_create/cuda_assert_aarch64
testing/python3/apps/cuda_ctx_create/cuda_ctx_create_aarch64
Appear to be pre-built binary files committed into the source tree. Are you able to remove them from git history? Or at least offer CMake options to force rebuild them?