You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLDevice Class
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLDevice Class

Stores data and information associated with the Open CL computing device.

Dew_Math_TOpenCLDevice
Syntax
C#
Visual Basic
public class TOpenCLDevice : IDisposable;

clMtxVec.cs

The object holds all information describing the properties of the device, programs, command queues and cache (buffer objects). To use the device we first define the size of the Cache and load the Programs. Then we can access Kernels which can be enqueued to Command queues.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!