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

pycuda._driver.LogicError: cuMemHostAlloc failed: OS call failed or operation not supported on this OS #449

Open
kukugpt opened this issue Jul 8, 2024 · 1 comment
Labels

Comments

@kukugpt
Copy link

kukugpt commented Jul 8, 2024

During loop processing tensor model inference, in the middle of the loop will appear “pycuda._driver.LogicError: cuMemHostAlloc failed: OS call failed or operation not supported on this OSXXX failure of TensorRT X.Y when running XXX on GPU XXX” when host_mem = cuda.pagelocked_empty(size, dtype)

Environment
TensorRT Version: 8.6.1

NVIDIA GPU: T4

NVIDIA Driver Version: 515.65.01

CUDA Version:11.7

CUDNN Version:8.2.1

Operating System: CentOS

@kukugpt kukugpt added the bug label Jul 8, 2024
@inducer
Copy link
Owner

inducer commented Jul 8, 2024

I don't know how to think about this issue without a reproducer. Also, given that the error mentions TensorRT (which PyCUDA doesn't interact with), there's a good chance it's unrelated.

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

No branches or pull requests

2 participants