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

When a pod exclusive a gpu deivce, we can skip hami-core.so interception #603

Open
lengrongfu opened this issue Nov 10, 2024 · 2 comments
Open
Labels
kind/feature new function

Comments

@lengrongfu
Copy link
Member

lengrongfu commented Nov 10, 2024

What would you like to be added:
Current even though pod exclusive a gpu device, libcuda.so will still be called through libvgpu.so, which will affect the calling efficiency. I hope that libcuda.so can be called directly in this scenario.

What type of PR is this?

/kind feature

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

@lengrongfu lengrongfu added the kind/feature new function label Nov 10, 2024
@lengrongfu
Copy link
Member Author

/assign

@archlitchi
Copy link
Collaborator

you can add env 'CUDA_DISABLE_CONTROL' to container to skip hami-core manually.

note that if you skip hami-core, you won't be able to monitor your pod with port 31992

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

No branches or pull requests

2 participants