Returns the SPIR-V binary for the program.
| 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 |
no outgoing calls