Download CUDAfy.NET User Guide

Transcript

Constants

Generated Source Code

PTX
6.1 Functions
A list of all GPU functions is shown in the top list box of this tab. Below are the details relating to
the selected function.
Property
Description
Name
The name of the .NET method from which the
GPU function was translated.
Declaring Type
The type (class) in which the method is found.
Declaring Assembly
The assembly (DLL) in which the type (class)
is found.
Declaring Assembly CRC
The CRC of the current version of the
assembly.
Deserialized CRC
The CRC of the assembly that was actually
translated.
Checksum Match?
True if Declaring Assembly CRC and
Deserialized CRC are the same, else false.
This is simply a warning that there may now be
differences between the .NET code and the
CUDA module code.
Is Dummy?
True if this function is a dummy function, else
false. Dummy functions are not actually
translated by Cudafy. Instead they correspond
to an existing CUDA C file.
Parameters
A list of the parameters for the .NET method.
6.2 Types
The Types tab shows a list of all structs in the Cudafy module.
CUDAfy_User_Manual_1_22.doc
Page 37 of 45