Searched refs:opencl_c (Results 1 – 3 of 3) sorted by relevance
70 enum class source_language { opencl_c = 0, cm = 1 }; enumerator195 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &src, const…
73 …sycl::ext::libceed::online_compiler<sycl::ext::libceed::source_language::opencl_c> compiler(sycl_d…
186 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &Source, co… in compile()