eosCuda(API)

提供: Eospedia
2014年5月20日 (火) 08:23時点におけるKinoshita (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

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);