Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp105 static const std::string OclocLibraryName = "ocloc64.dll"; in compileToSPIRV() local
107 static const std::string OclocLibraryName = "libocloc.so"; in compileToSPIRV()
109 void *OclocLibrary = loadOsLibrary(OclocLibraryName); in compileToSPIRV()
110 if (!OclocLibrary) throw online_compile_error("Cannot load ocloc library: " + OclocLibraryName); in compileToSPIRV()