Searched refs:online_compiler (Results 1 – 3 of 3) sorted by relevance
75 class online_compiler { class81 online_compiler(compiled_code_format fmt = compiled_code_format::spir_v) in online_compiler() function in sycl::ext::libceed::online_compiler94 …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_compiler101 online_compiler(const sycl::device &) in online_compiler() function in sycl::ext::libceed::online_compiler119 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()[all …]
186 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &Source, co… in compile()197 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &Source, const st… in compile()
73 …sycl::ext::libceed::online_compiler<sycl::ext::libceed::source_language::opencl_c> compiler(sycl_d…