Overload List

  NameDescription
Public methodStatic memberCudafy()()()()
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.
Public methodStatic memberCudafy(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.
Public methodStatic memberCudafy(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.
Public methodStatic memberCudafy(ePlatform, eArchitecture, Version, Boolean, array<Type>[]()[][])
Cudafies the specified types.

See Also