Lines Matching refs:online_compiler
75 class online_compiler { class
81 online_compiler(compiled_code_format fmt = compiled_code_format::spir_v) in online_compiler() function in sycl::ext::libceed::online_compiler
94 …online_compiler(sycl::info::device_type dev_type, device_arch arch, compiled_code_format fmt = com… in online_compiler() function in sycl::ext::libceed::online_compiler
101 online_compiler(const sycl::device &) in online_compiler() function in sycl::ext::libceed::online_compiler
119 online_compiler<Lang> &setOutputFormat(compiled_code_format fmt) { in setOutputFormat()
126 online_compiler<Lang> &setOutputFormatVersion(int major, int minor) { in setOutputFormatVersion()
132 online_compiler<Lang> &setTargetDeviceType(sycl::info::device_type type) { in setTargetDeviceType()
138 online_compiler<Lang> &setTargetDeviceArch(device_arch arch) { in setTargetDeviceArch()
144 online_compiler<Lang> &set32bitTarget() { in set32bitTarget()
150 online_compiler<Lang> &set64bitTarget() { in set64bitTarget()
157 online_compiler<Lang> &setTargetDeviceStepping(const std::string &id) { in setTargetDeviceStepping()
195 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &src, const…
211 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &src, const std::…