Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp137 std::string CombinedUserArgs; in compileToSPIRV() local
140 if (CombinedUserArgs != "") CombinedUserArgs = CombinedUserArgs + " " + UserArg; in compileToSPIRV()
141 else CombinedUserArgs = UserArg; in compileToSPIRV()
143 …char *> Args = prepareOclocArgs(DeviceType, DeviceArch, Is64Bit, DeviceStepping, CombinedUserArgs); in compileToSPIRV()