MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / clsparseEnableAsync

Function clsparseEnableAsync

src/library/internal/clsparse-control.cpp:142–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142clsparseStatus
143clsparseEnableAsync( clsparseControl control, cl_bool async )
144{
145 if( control == NULL )
146 {
147 return clsparseInvalidControlObject;
148 }
149
150 control->async = async;
151 return clsparseSuccess;
152}
153
154clsparseStatus
155clsparseEnableExtendedPrecision( clsparseControl control, cl_bool extended_precision )

Callers 10

TYPED_TESTFunction · 0.85
xDense2CsrMethod · 0.85
xCsr2CooMethod · 0.85
xSpMSpMMethod · 0.85
xSpMdVMethod · 0.85
xCsr2DenseMethod · 0.85
xBiCGStabMethod · 0.85
xSpMdMMethod · 0.85
xCoo2CsrMethod · 0.85
xCGMethod · 0.85

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.68