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

Vulkan sample utilises integrated GPU #41

Open
bbuckley94 opened this issue Aug 11, 2022 · 0 comments
Open

Vulkan sample utilises integrated GPU #41

bbuckley94 opened this issue Aug 11, 2022 · 0 comments

Comments

@bbuckley94
Copy link

The Vulkan sample is defaulting to the Intel card on machines with both integrated and dedicated GPUs (e.g. laptop) and thus failing to interop with CUDA.

The following error is thrown when attempting to start a RenderStream workload with the Vulkan sample on machines with multiple GPUs:
!!!!!CUDA error: cudaErrorInvalidValue - invalid argument when calling 'cudaExternalMemoryGetMappedMipmappedArray(&cuMipArray, cudaExt, &cuExtmemMipDesc)' RenderStream Callstack: < Cuda::registerVulkanTexture < H265Sender_Impl::sendFrame < RenderStream::H265Sender::sendFrame < RenderStream::Asset::sendFrame < RenderStream::Asset::sendAllProxyFrames < RenderStream::Core::sendFrame < rs_sendFrame2 < RSSendFrame2

Disabling the Intel card via Device Manager to force the use of the Nvidia GPU for all applications successfully allows the use of the Vulkan sample for RenderStream workloads.

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

No branches or pull requests

1 participant