final case class Kernel[Owner <: OpenCL with Singleton](handle: Long) extends AnyVal with MonadicCloseable[UnitContinuation] with Product with Serializable

Source
OpenCL.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, MonadicCloseable[UnitContinuation], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Kernel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MonadicCloseable
  7. AnyVal
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Kernel(handle: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to any2stringadd[Kernel[Owner]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Kernel[Owner], B)
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to ArrowAssoc[Kernel[Owner]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def enqueue(commandQueue: CommandQueue[Owner], globalWorkOffset: Option[Seq[Long]] = None, globalWorkSize: Seq[Long], localWorkSize: Option[Seq[Long]] = None, waitingEvents: Seq[Long] = Array.empty[Long]): Do[Event[Owner]]
    Annotations
    @inline()
  8. def ensuring(cond: (Kernel[Owner]) ⇒ Boolean, msg: ⇒ Any): Kernel[Owner]
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to Ensuring[Kernel[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Kernel[Owner]) ⇒ Boolean): Kernel[Owner]
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to Ensuring[Kernel[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Kernel[Owner]
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to Ensuring[Kernel[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Kernel[Owner]
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to Ensuring[Kernel[Owner]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to StringFormat[Kernel[Owner]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  13. def functionName: String
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. val handle: Long
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def monadicClose: UnitContinuation[Unit]
    Definition Classes
    Kernel → MonadicCloseable
  18. def preferredWorkGroupSizeMultiple(deviceId: DeviceId[Owner]): Long
  19. def setLocalMemorySize[A](argIndex: Int, size: Long)(implicit memory: Memory[A]): Unit
  20. def update[A](argIndex: Int, a: A)(implicit memory: Memory[A]): Unit
  21. def workGroupSize(deviceId: DeviceId[Owner]): Long
  22. def [B](y: B): (Kernel[Owner], B)
    Implicit
    This member is added by an implicit conversion from Kernel[Owner] to ArrowAssoc[Kernel[Owner]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MonadicCloseable[UnitContinuation]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from Kernel[Owner] to any2stringadd[Kernel[Owner]]

Inherited by implicit conversion StringFormat from Kernel[Owner] to StringFormat[Kernel[Owner]]

Inherited by implicit conversion Ensuring from Kernel[Owner] to Ensuring[Kernel[Owner]]

Inherited by implicit conversion ArrowAssoc from Kernel[Owner] to ArrowAssoc[Kernel[Owner]]

Ungrouped