C# 클래스 BitMaker.Miner.Gpu.GpuDevice

Represents a single GPU in the system.
상속: MinerDevice
파일 보기 프로젝트 열기: wasabii/BitMaker 1 사용 예제들

공개 메소드들

메소드 설명
GetSource ( ) : string

Gets the OpenCL source code for the device.

GpuDevice ( Cloo.Bindings.CLDeviceHandle clDeviceHandle ) : System

Initializes a new instance.

비공개 메소드들

메소드 설명
GetRawSource ( ) : string

Gets the raw GPU source.

메소드 상세

GetSource() 공개 메소드

Gets the OpenCL source code for the device.
public GetSource ( ) : string
리턴 string

GpuDevice() 공개 메소드

Initializes a new instance.
public GpuDevice ( Cloo.Bindings.CLDeviceHandle clDeviceHandle ) : System
clDeviceHandle Cloo.Bindings.CLDeviceHandle
리턴 System