Updated Wiki: Home
Project DescriptionCUDAfy .NET allows easy development of high performance GPGPU applications completely from the Microsoft .NET framework. It's developed in C#.Write GPU Code in .NET for NVIDIA, AMD...
View ArticleSource code checked in, #29302
Fix: CURAND pointer made 64-bit Fix: CURAND 32-bit support removed
View ArticleCreated Unassigned: NVCC fatal error [1089]
I installed CUDA 7 on a Windows 8.1 System whith Visual Studio 2013.When I try to use Cudafy 1.29 and create a CudafyModule object, it gives me this runtime Exception:"An unhandled exception of type...
View ArticleNew Post: exception when running CudafyByExample
System: Win 8.1 / x64 / VS 2010 && VS2013 NV GTX 670 CUDA toolkit 6.5 installed PATH set up to VS 12.0 directories - cl.exe Cudafy viewer "Check for CUDA" reports OK"Run CUDA Test" reports OK...
View ArticleNew Post: CUDAfy and OpenCL parameter error.
Hello, Some time ago i use CUDAfy for CUDA. I was very usefull. So now i try to write some code for OpenCL. And have a trouble with parameters to kernel function. I try to reduce array size, try many...
View ArticleCommented Unassigned: NVCC fatal error [1089]
I installed CUDA 7 on a Windows 8.1 System whith Visual Studio 2013.When I try to use Cudafy 1.29 and create a CudafyModule object, it gives me this runtime Exception:"An unhandled exception of type...
View ArticleNew Post: CUDAfy and OpenCL parameter error.
So, it starts when i remove all params but thread and buffer. [Cudafy] public static void calc_db_units(GThread thread, UInt32[] generated) So how can i give to a kernel some parameters, when using...
View ArticleNew Post: Compilation error: .
Hi, I have exactly the same error, i would like to know if you found any solution. I have the same GPU. Thanks in advance. R.
View ArticleCreated Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleCommented Unassigned: ulong compile issue? [1095]
Is this an issue ( the line that reads): array[(1)] = (unsigned short)((unsigned int)(num5 & (unsigned long long)-65536) >> 16);Here is the original C# source, and below is the CUDA-C.```...
View ArticleNew Post: __device__ funcitons in cudafy
Is it possible to have "device functions" in cudafy i.e. functions who are equivalent to the functions using the device keyword in cuda ?
View ArticleNew Post: __device__ funcitons in cudafy
All functions with a return type are automatically made into device functions. You can also explicitly control this by using the appropriate attribute. Have a good look a the two example projects. All...
View ArticleCreated Unassigned: Compilation error when handling with float array in gpu...
Hi All, Firstly, i'm a beginner in CUDAfy.Net programming and i have an issue when trying to copy float array in to device memory.Here is the code :-CudafyModule km =...
View ArticleCommented Unassigned: Compilation error when handling with float array in gpu...
Hi All, Firstly, i'm a beginner in CUDAfy.Net programming and i have an issue when trying to copy float array in to device memory.Here is the code :-CudafyModule km =...
View Article