Cudafies and compiles the type of the specified object with default settings. 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(
	Object o
)
Visual Basic
Public Shared Function Cudafy ( _
	o As Object _
) As CudafyModule
Visual C++
public:
static CudafyModule^ Cudafy(
	Object^ o
)

Parameters

o
Type: System..::..Object
An instance of the type to cudafy. Typically pass 'this'.

Return Value

A CudafyModule.

See Also