Cudafies and compiles the specified types 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(
	params Type[] types
)
Visual Basic
Public Shared Function Cudafy ( _
	ParamArray types As Type() _
) As CudafyModule
Visual C++
public:
static CudafyModule^ Cudafy(
	... array<Type^>^ types
)

Parameters

types
Type: array<System..::..Type>[]()[][]
The types.

Return Value

A CudafyModule.

See Also