The CudafyReflectorWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CudafyReflectorWrapper | Initializes a new instance of the CudafyReflectorWrapper class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Cudafy()()()() |
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.
|
![]() ![]() | Cudafy(Object) |
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.
|
![]() ![]() | Cudafy(array<Type>[]()[][]) |
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.
|
![]() ![]() | Cudafy(ePlatform, eArchitecture, Version, Boolean, array<Type>[]()[][]) |
Cudafies the specified types.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |