The CudafyModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CudafyModule |
Initializes a new instance of the CudafyModule class.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Clean |
Deletes the specified filename (with or without default .cdfy extension).
|
![]() | Compile |
Compiles the module based on current Cuda source code and options.
|
![]() ![]() | Deserialize()()()() | |
![]() ![]() | Deserialize(String) |
Deserializes the specified file.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetDummyDefines |
Gets the dummy defines.
|
![]() | GetDummyIncludes |
Gets the dummy includes.
|
![]() | GetDummyStructIncludes |
Gets the dummy struct includes.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | HasPTXForPlatform | |
![]() | Reset |
Resets this instance.
|
![]() | Serialize()()()() | |
![]() | Serialize(String) |
Serializes the module to the specified filename.
|
![]() | ToString | (Inherited from Object.) |
![]() ![]() | TryDeserialize()()()() | |
![]() ![]() | TryDeserialize(String) |
Tries to deserialize from the specified file.
|
![]() ![]() | TryDeserialize(String, String%) |
Tries to deserialize from the specified file.
|
![]() | TryVerifyChecksums |
Verifies the checksums of all functions, constants and types.
|
![]() | VerifyChecksums |
Verifies the checksums of all functions, constants and types.
|
Properties
Name | Description | |
---|---|---|
![]() | CanPrint |
NOT IMPLEMENTED YET. Gets or sets a value indicating whether this instance can print to console.
|
![]() | CompilerArguments | |
![]() | CompilerOptionsList | |
![]() | CompilerOutput |
Gets the compiler output.
|
![]() | Constants |
Gets the constants.
|
![]() | CudaSourceCode |
Gets or sets the cuda source code.
|
![]() | CurrentPlatform | |
![]() | Functions |
Gets the functions.
|
![]() | HasCudaSourceCode |
Gets a value indicating whether this instance has cuda source code.
|
![]() | HasPTX |
Gets a value indicating whether this instance has PTX.
|
![]() | Name | |
![]() | PTX |
Gets the PTX code.
|
![]() | Types |
Gets the types.
|
![]() | WorkingDirectory |