Methods, structures and fields that already have an equivalent in Cuda C should be decorated with this attribute. The item should have the same name and be in a Cuda C (.cu) file of the same name.

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

Syntax

C#
public class CudafyDummyAttribute : Attribute
Visual Basic
Public Class CudafyDummyAttribute _
	Inherits Attribute
Visual C++
public ref class CudafyDummyAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Cudafy..::..CudafyDummyAttribute

See Also