DCGM icon indicating copy to clipboard operation
DCGM copied to clipboard

Prebuilt binaries in the source tree not compiled from source

Open xnox opened this issue 1 year ago • 0 comments

$ 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?

xnox avatar Sep 04 '24 22:09 xnox