cuda-arrays Questions

1

What is the correct way of using a Vulkan VkImage as a CUDA cuArray? I've been trying to follow some examples, however I get a CUDA_ERROR_INVALID_VALUE on a call to cuExternalMemoryGetMappedMipmap...
Cuneiform asked 29/3, 2019 at 20:12

2

Solved

How to deal with OpenGL cube map textures in CUDA? When one want to use OpenGL textures in CUDA kernel one of the things to do is to retrieve a CUDA array from registered image and mapped resource...
Vanhorn asked 27/3, 2014 at 7:36

1

Solved

I'm learning cuda texture memory. Now, I got a opencv Iplimage, and I get its imagedata. Then I bind a texture to this uchar array, like below: Iplimage *image = cvCreateImage(cvSize(width, height...
B asked 25/4, 2013 at 10:35

2

Solved

Ok, so far, I can create an array on the host computer (of type float), and copy it to the gpu, then bring it back to the host as another array (to test if the copy was successful by comparing to t...
Christachristabel asked 1/3, 2010 at 2:47
1

© 2022 - 2024 — McMap. All rights reserved.