Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp148 char **OutputNames = nullptr; in compileToSPIRV() local
159 &Outputs, &OutputLengths, &OutputNames); in compileToSPIRV()
164 size_t NameLen = strlen(OutputNames[I]); in compileToSPIRV()
165 if (NameLen >= 4 && strstr(OutputNames[I], ".spv") != nullptr && Outputs[I] != nullptr) { in compileToSPIRV()
168 } else if (!strcmp(OutputNames[I], "stdout.log")) { in compileToSPIRV()
175 … MemFreeError = OclocFreeOutputFunc(&NumOutputs, &Outputs, &OutputLengths, &OutputNames); in compileToSPIRV()