Cudafies the specified types.

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

Syntax

C#
public static CudafyModule Cudafy(
	ePlatform platform,
	eArchitecture arch,
	Version cudaVersion,
	bool compile,
	params Type[] types
)
Visual Basic
Public Shared Function Cudafy ( _
	platform As ePlatform, _
	arch As eArchitecture, _
	cudaVersion As Version, _
	compile As Boolean, _
	ParamArray types As Type() _
) As CudafyModule
Visual C++
public:
static CudafyModule^ Cudafy(
	ePlatform platform, 
	eArchitecture arch, 
	Version^ cudaVersion, 
	bool compile, 
	... array<Type^>^ types
)

Parameters

platform
Type: Cudafy..::..ePlatform
The platform.
arch
Type: Cudafy..::..eArchitecture
The architecture.
cudaVersion
Type: System..::..Version
The cuda version.
compile
Type: System..::..Boolean
if set to true compile to PTX.
types
Type: array<System..::..Type>[]()[][]
The types.

Return Value

A CudafyModule.

See Also