C# 클래스 ManagedCuda.CudaOccupancy.cudaOccDeviceProp

mirror the type and spelling of cudaDeviceProp's members keep these alphabetized
파일 보기 프로젝트 열기: kunzmi/managedCuda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
computeMajor int
computeMinor int
maxThreadsPerBlock int
maxThreadsPerMultiProcessor int
numSms int
regsPerBlock int
regsPerMultiprocessor int
sharedMemPerBlock ManagedCuda.BasicTypes.SizeT
sharedMemPerMultiprocessor ManagedCuda.BasicTypes.SizeT
warpSize int

공개 메소드들

메소드 설명
cudaOccDeviceProp ( ) : System
cudaOccDeviceProp ( CudaDeviceProperties props ) : System
cudaOccDeviceProp ( int deviceID ) : System

메소드 상세

cudaOccDeviceProp() 공개 메소드

public cudaOccDeviceProp ( ) : System
리턴 System

cudaOccDeviceProp() 공개 메소드

public cudaOccDeviceProp ( CudaDeviceProperties props ) : System
props CudaDeviceProperties
리턴 System

cudaOccDeviceProp() 공개 메소드

public cudaOccDeviceProp ( int deviceID ) : System
deviceID int
리턴 System

프로퍼티 상세

computeMajor 공개적으로 프로퍼티

public int computeMajor
리턴 int

computeMinor 공개적으로 프로퍼티

public int computeMinor
리턴 int

maxThreadsPerBlock 공개적으로 프로퍼티

public int maxThreadsPerBlock
리턴 int

maxThreadsPerMultiProcessor 공개적으로 프로퍼티

public int maxThreadsPerMultiProcessor
리턴 int

numSms 공개적으로 프로퍼티

public int numSms
리턴 int

regsPerBlock 공개적으로 프로퍼티

public int regsPerBlock
리턴 int

regsPerMultiprocessor 공개적으로 프로퍼티

public int regsPerMultiprocessor
리턴 int

sharedMemPerBlock 공개적으로 프로퍼티

public SizeT,ManagedCuda.BasicTypes sharedMemPerBlock
리턴 ManagedCuda.BasicTypes.SizeT

sharedMemPerMultiprocessor 공개적으로 프로퍼티

public SizeT,ManagedCuda.BasicTypes sharedMemPerMultiprocessor
리턴 ManagedCuda.BasicTypes.SizeT

warpSize 공개적으로 프로퍼티

public int warpSize
리턴 int