Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prebuilt binaries in the source tree not compiled from source #188

Open
xnox opened this issue Sep 4, 2024 · 0 comments
Open

Prebuilt binaries in the source tree not compiled from source #188

xnox opened this issue Sep 4, 2024 · 0 comments

Comments

@xnox
Copy link

xnox commented Sep 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant