class DRAMSparseTile[A] extends DRAM[A, DRAMSparseTile] with Ref[Array[Any], DRAMSparseTile[A]]

A sparse, 1-dimensional region of DRAM with elements of type A.

Linear Supertypes
DRAM[A, DRAMSparseTile], types.RemoteMem[A, DRAMSparseTile], types.Mem[A, DRAMSparseTile], argon.lang.Top[DRAMSparseTile[A]], Ref[Array[Any], DRAMSparseTile[A]], Exp[Array[Any], DRAMSparseTile[A]], ExpType[Array[Any], spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DRAMSparseTile
  2. DRAM
  3. RemoteMem
  4. Mem
  5. Top
  6. Ref
  7. Exp
  8. ExpType
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DRAMSparseTile()(implicit arg0: lang.Bits[A])

Type Members

  1. type L = Array[Any]
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  7. val A: lang.Bits[A]
    Definition Classes
    DRAMMem
  8. def M1: Type[DRAM1[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  9. def M2: Type[DRAM2[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  10. def M3: Type[DRAM3[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  11. def M4: Type[DRAM4[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  12. def M5: Type[DRAM5[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  13. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  14. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    DRAMSparseTile → ExpType
  15. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    DRAMSparseTile → ExpType
  16. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    DRAMSparseTile → ExpType
  17. def address: lang.I64

    Returns the 64-bit address of this DRAM

    Returns the 64-bit address of this DRAM

    Definition Classes
    DRAM
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  20. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  21. def dealloc: lang.Void
    Definition Classes
    DRAM
  22. def dim0: lang.I32

    Returns dim0 of this DRAM, or else 1 if DRAM is lower dimensional

    Returns dim0 of this DRAM, or else 1 if DRAM is lower dimensional

    Definition Classes
    DRAM
  23. def dim1: lang.I32

    Returns dim1 of this DRAM, or else 1 if DRAM is lower dimensional

    Returns dim1 of this DRAM, or else 1 if DRAM is lower dimensional

    Definition Classes
    DRAM
  24. def dim2: lang.I32

    Returns dim2 of this DRAM, or else 1 if DRAM is lower dimensional

    Returns dim2 of this DRAM, or else 1 if DRAM is lower dimensional

    Definition Classes
    DRAM
  25. def dim3: lang.I32

    Returns dim3 of this DRAM, or else 1 if DRAM is lower dimensional

    Returns dim3 of this DRAM, or else 1 if DRAM is lower dimensional

    Definition Classes
    DRAM
  26. def dim4: lang.I32

    Returns dim4 of this DRAM, or else 1 if DRAM is lower dimensional

    Returns dim4 of this DRAM, or else 1 if DRAM is lower dimensional

    Definition Classes
    DRAM
  27. def dims: Seq[lang.I32]

    Returns the dimensions of this DRAM as a Sequence.

    Returns the dimensions of this DRAM as a Sequence.

    Definition Classes
    DRAM
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def eql(that: DRAMSparseTile[A]): lang.Bit
    Definition Classes
    DRAM → Top
  30. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  31. implicit val evMem: <:<[DRAMSparseTile[A], DRAM[A, DRAMSparseTile]]
    Definition Classes
    DRAMRemoteMemMem
  32. implicit val evRef: <:<[spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  33. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def fresh: DRAMSparseTile[A]
    Attributes
    protected
    Definition Classes
    DRAMSparseTile → ExpType
  36. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  39. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  40. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  41. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  42. def isAlloc: lang.Bit
    Definition Classes
    DRAM
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def me: spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def neql(that: DRAMSparseTile[A]): lang.Bit
    Definition Classes
    DRAM → Top
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def rank: Seq[Int]
    Definition Classes
    DRAMSparseTileDRAM
  50. def scatter[Local[T] <: lang.LocalMem1[T, Local]](local: Local[A])(implicit L: Type[Local[A]]): lang.Void

    Creates a sparse transfer from the on-chip data to this sparse region of main memory.

  51. def size: lang.I32

    Returns the total capacity (in elements) of this DRAM.

    Returns the total capacity (in elements) of this DRAM.

    Definition Classes
    DRAM
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  54. def toText: argon.lang.Text
    Definition Classes
    Top
  55. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  56. def value(c: Any): Option[(Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  60. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from DRAM[A, DRAMSparseTile]

Inherited from types.RemoteMem[A, DRAMSparseTile]

Inherited from types.Mem[A, DRAMSparseTile]

Inherited from argon.lang.Top[DRAMSparseTile[A]]

Inherited from Ref[Array[Any], DRAMSparseTile[A]]

Inherited from Exp[Array[Any], DRAMSparseTile[A]]

Inherited from ExpType[Array[Any], spatial.lang.DRAMSparseTile[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped