Packages

t

spatial.lang.api

TransferAPI

trait TransferAPI extends AnyRef

Self Type
TransferAPI with Implicits with MathAPI
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransferAPI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getArg[A](reg: api.Reg[A]): A

    Transfer a scalar value from the accelerator to the host through the ArgOut or HostIO reg.

  10. def getArray[A, C[T]](dram: api.DRAM[A, C])(implicit arg0: api.Bits[A]): api.Tensor1[A]

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as an Array.

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as an Array. *

  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getMatrix[T](dram: api.DRAM2[T])(implicit arg0: api.Bits[T]): api.Tensor2[T]

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Matrix.

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Matrix. *

  13. def getMem[A, C[T]](dram: api.DRAM[A, C])(implicit arg0: api.Bits[A]): api.Tensor1[A]

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as an Array.

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as an Array. *

  14. def getTensor3[A](dram: api.DRAM3[A])(implicit arg0: api.Bits[A]): api.Tensor3[A]

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Tensor3.

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Tensor3. *

  15. def getTensor4[A](dram: api.DRAM4[A])(implicit arg0: api.Bits[A]): api.Tensor4[A]

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Tensor4.

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Tensor4. *

  16. def getTensor5[A](dram: api.DRAM5[A])(implicit arg0: api.Bits[A]): api.Tensor5[A]

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Tensor5.

    Transfers dram's region of accelerator DRAM to the host's memory and returns the result as a Tensor5. *

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def setArg[A](reg: api.Reg[A], value: api.Bits[A]): api.Void

    Transfer a scalar value from the host to the accelerator through the ArgIn or HostIO reg.

  23. def setArg[A](reg: api.Reg[A], const: Literal): api.Void

    Transfer a scalar value from the host to the accelerator through the ArgIn or HostIO reg.

  24. def setMem[A, C[T]](dram: api.DRAM[A, C], tensor5: api.Tensor5[A])(implicit arg0: api.Bits[A]): api.Void

    Transfers the given Tensor5 of data from the host's memory to dram's region of accelerator DRAM.

    Transfers the given Tensor5 of data from the host's memory to dram's region of accelerator DRAM. *

  25. def setMem[A, C[T]](dram: api.DRAM[A, C], tensor4: api.Tensor4[A])(implicit arg0: api.Bits[A]): api.Void

    Transfers the given Tensor4 of data from the host's memory to dram's region of accelerator DRAM.

    Transfers the given Tensor4 of data from the host's memory to dram's region of accelerator DRAM. *

  26. def setMem[A, C[T]](dram: api.DRAM[A, C], tensor3: api.Tensor3[A])(implicit arg0: api.Bits[A]): api.Void

    Transfers the given Tensor3 of data from the host's memory to dram's region of accelerator DRAM.

    Transfers the given Tensor3 of data from the host's memory to dram's region of accelerator DRAM. *

  27. def setMem[A, C[T]](dram: api.DRAM[A, C], data: api.Tensor2[A])(implicit arg0: api.Bits[A]): api.Void

    Transfers the given @Matrix of data from the host's memory to dram's region of accelerator DRAM.

    Transfers the given @Matrix of data from the host's memory to dram's region of accelerator DRAM. *

  28. def setMem[A, C[T]](dram: api.DRAM[A, C], data: api.Tensor1[A])(implicit arg0: api.Bits[A]): api.Void

    Transfers the given @Array of data from the host's memory to dram's region of accelerator DRAM.

    Transfers the given @Array of data from the host's memory to dram's region of accelerator DRAM. *

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped