「eosCuda(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「General/'''eosCuda'''はCUDAを使用するためのAPI です。 == 定数 == == 構造体 == extern int __eosCuda__; extern int __eosCudaDeviceID__; extern int...」)
(相違点なし)

2014年5月20日 (火) 08:23時点における版

General/eosCudaCUDAを使用するためのAPI です。

定数

構造体

extern int __eosCuda__;
extern int __eosCudaDeviceID__;
extern int __eosCudaBlockSize__;
extern int __eosCudaThreadsPerBlock__;

API

extern void eosCudaInit(int deviceID);
extern void eosCudaPropertiesPrint(FILE* fpt, int id);