MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / status

Method status

compute/include/boost/compute/event.hpp:173–176  ·  view source on GitHub ↗

Returns the status of the event.

Source from the content-addressed store, hash-verified

171
172 /// Returns the status of the event.
173 cl_int status() const
174 {
175 return get_info<cl_int>(CL_EVENT_COMMAND_EXECUTION_STATUS);
176 }
177
178 /// Returns the command type for the event.
179 cl_command_type get_command_type() const

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64