Cudafies and compiles the type in which the calling method is located. CUDA architecture is 1.2; platform is set to the current application's (x86 or x64); and the CUDA version is the latest official release found on the current machine.

Namespace: Cudafy.ReflectorWrapper
Assembly: CudafyReflectorWrapper (in CudafyReflectorWrapper.dll) Version: 1.0.4112.23359

Syntax

C#
public static CudafyModule Cudafy()
Visual Basic
Public Shared Function Cudafy As CudafyModule
Visual C++
public:
static CudafyModule^ Cudafy()

Return Value

A CudafyModule.

See Also