Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp41 … const std::string &DeviceStepping, const std::string &UserArgs) { in prepareOclocArgs() argument
78 if (UserArgs != "") { in prepareOclocArgs()
80 Args.push_back(UserArgs.c_str()); in prepareOclocArgs()
102 const std::vector<std::string> &UserArgs) { in compileToSPIRV() argument
138 for (auto UserArg : UserArgs) { in compileToSPIRV()
186 …language::opencl_c>::compile(const std::string &Source, const std::vector<std::string> &UserArgs) { in compile() argument
192 …Type, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandle, FreeSPIRVOutputsHandle, UserArgs); in compile()
197 …ource_language::cm>::compile(const std::string &Source, const std::vector<std::string> &UserArgs) { in compile() argument
203 std::vector<std::string> CMUserArgs = UserArgs; in compile()