11.01.2014 Views

NVIDIA CUDA

NVIDIA CUDA

NVIDIA CUDA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

112 Module Documentation<br />

• typedef enum cudaError cudaError_t<br />

• typedef int cudaEvent_t<br />

• typedef int cudaStream_t<br />

• #define cudaDeviceBlockingSync<br />

Device flag - Use blocking synchronization.<br />

• #define cudaDeviceMapHost<br />

Device flag - Support mapped pinned allocations.<br />

• #define cudaDeviceMask<br />

Device flags mask.<br />

• #define cudaDevicePropDontCare<br />

Empty device properties.<br />

• #define cudaDeviceScheduleAuto<br />

Device flag - Automatic scheduling.<br />

• #define cudaDeviceScheduleSpin<br />

Device flag - Spin default scheduling.<br />

• #define cudaDeviceScheduleYield<br />

Device flag - Yield default scheduling.<br />

• #define cudaEventBlockingSync<br />

Event uses blocking synchronization.<br />

• #define cudaEventDefault<br />

Default event flag.<br />

• #define cudaHostAllocDefault<br />

Default page-locked allocation flag.<br />

• #define cudaHostAllocMapped<br />

Map allocation into device space.<br />

• #define cudaHostAllocPortable<br />

Pinned memory accessible by all <strong>CUDA</strong> contexts.<br />

• #define cudaHostAllocWriteCombined<br />

Write-combined memory.<br />

4.20.1 Typedef Documentation<br />

4.20.1.1 typedef enum cudaError cudaError_t<br />

<strong>CUDA</strong> Error types<br />

Generated for <strong>NVIDIA</strong> <strong>CUDA</strong> Library by Doxygen

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!