Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp101 … const std::string &DeviceStepping, void *&CompileToSPIRVHandle, void *&FreeSPIRVOutputsHandle, in compileToSPIRV() argument
133 FreeSPIRVOutputsHandle = getOsLibraryFuncAddress(OclocLibrary, "oclocFreeOutput"); in compileToSPIRV()
134 … if (!FreeSPIRVOutputsHandle) throw online_compile_error("Cannot load oclocFreeOutput() function"); in compileToSPIRV()
174 …ut) *OclocFreeOutputFunc = reinterpret_cast<decltype(::oclocFreeOutput) *>(FreeSPIRVOutputsHandle); in compileToSPIRV()
192 …Type, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandle, FreeSPIRVOutputsHandle, UserArgs); in compile()
205 …Type, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandle, FreeSPIRVOutputsHandle, CMUserArg… in compile()
H A Donline_compiler.hpp183 void *FreeSPIRVOutputsHandle = nullptr; member in sycl::ext::libceed::online_compiler