Home
last modified time | relevance | path

Searched refs:CompileLog (Results 1 – 1 of 1) sorted by relevance

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp162 std::string CompileLog; in compileToSPIRV() local
169 CompileLog = std::string(reinterpret_cast<const char *>(Outputs[I])); in compileToSPIRV()
177 …leError) throw online_compile_error("ocloc reported compilation errors: {\n" + CompileLog + "\n}"); in compileToSPIRV()