cudaGraphicsGLRegisterImage parameters

first post: davidlively wrote: I'm working on getting OpenGL (OpenTK)/Cudafy interop working. I've...

latest post: NickKopp wrote: Ulf and David, if you have ideas of how textures could be incorpora...

ErrorUnknown - Memory Transfer?

first post: ZPringnitz wrote: Hello, I am getting a non-deterministic error which returns the e...

latest post: pedritolo1 wrote: ok, from what I can tell, inputArray2 contains indexes into all the...

Allocating Struct, containing arrays, to the GPU.

first post: Hans_Rudel wrote: Hi, I'm having some issues allocating a struct, which contains seve...

latest post: Hans_Rudel wrote: As far as im aware there is a way of doing it, someone posted it on...

Context problems

first post: mcmillab wrote: Hi, I have this code: GPGPU gpu = GPUcontrol....

Declaring a private, thread specific, variable in a kernel and then returning that variable to the host

first post: Hans_Rudel wrote: I have a method which i want to run on several threads but each thr...

latest post: NickKopp wrote: No this is not possible. You could best make use of shared and glo...

Experiencing issues when checking for CUDA

first post: Hans_Rudel wrote: Im trying to install CUDAfy.net, and a part of the installation che...

latest post: NickKopp wrote: Hi Hans, From where were you trying to run the application? If you...

CudafyTranslator.Cudafy() can't run.

first post: lear606 wrote: Thanks for your help. I'm a freshman of cuda. I try to run the "sim...

latest post: pedritolo1 wrote: schuller1984, thanks for your input. All those codepage warnings a...

HTTP Client

first post: dodenko wrote: Can a webpage be downloaded and parsed using cudafy? For example ...

latest post: NickKopp wrote: Why not? You'd need to work at very low level since the .NET web c...

Sorting an array on GPU using cudafy

first post: monther wrote: Hi, Does any one know how to do array sorting using cudafy. I hav...

latest post: pedritolo1 wrote: Hi You're not limited to the thread count within a block when allo...

Problem with CUDAfy() method.

first post: kevin770423 wrote: Hello. I'm a Chinese .NET developer and I'm just start programming ...

latest post: NickKopp wrote: CUDAfy supports CUDA 5.0 since it came out. A possible fix from jo...