Factory method to create OpenCLPlatforms. Each platform instance has its own OpenCL context, with
devices with their own command queues. This permits multiple compute graphs to operate independently
on the same hardware (assuming global memory is not exhausted).
Linear Supertypes
AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
OpenCLPlatform
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
defapply(): OpenCLPlatform
Create a platform instance able to control the OpenCL devices independently of other platforms.
Factory method to create OpenCLPlatforms. Each platform instance has its own OpenCL context, with devices with their own command queues. This permits multiple compute graphs to operate independently on the same hardware (assuming global memory is not exhausted).