Compiler options.

Namespace: Cudafy.Compilers
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public class NvccCompilerOptions : CompilerOptions
Visual Basic
Public Class NvccCompilerOptions _
	Inherits CompilerOptions
Visual C++
public ref class NvccCompilerOptions : public CompilerOptions

Inheritance Hierarchy

System..::..Object
  Cudafy.Compilers..::..CompilerOptions
    Cudafy.Compilers..::..NvccCompilerOptions

See Also