Overload List
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.
|