clSPARSE  v0.10.0.0
a software library containing Sparse functions written in OpenCL
Public Attributes | List of all members
clsparseEventResult Struct Reference

A structure returned by value from the clsparseGetEvent function. This serves as result/status pair for the creation operation. More...

#include <clSPARSE.h>

Public Attributes

clsparseStatus status
 
cl_event event
 

Detailed Description

A structure returned by value from the clsparseGetEvent function. This serves as result/status pair for the creation operation.

Member Data Documentation

cl_event clsparseEventResult::event

Returned event object client can synchronize with

clsparseStatus clsparseEventResult::status

Returned error code


The documentation for this struct was generated from the following file: