MCPcopy Create free account
hub / github.com/boostorg/compute / il_binary

Method il_binary

include/boost/compute/program.hpp:185–188  ·  view source on GitHub ↗

Returns the SPIR-V binary for the program.

Source from the content-addressed store, hash-verified

183 #if defined(BOOST_COMPUTE_CL_VERSION_2_1) || defined(BOOST_COMPUTE_DOXYGEN_INVOKED)
184 /// Returns the SPIR-V binary for the program.
185 std::vector<unsigned char> il_binary() const
186 {
187 return get_info<std::vector<unsigned char> >(CL_PROGRAM_IL);
188 }
189 #endif // BOOST_COMPUTE_CL_VERSION_2_1
190
191 std::vector<device> get_devices() const

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64