Home
last modified time | relevance | path

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

/libCEED/backends/sycl/ !
H A Donline_compiler.sycl.cpp138 for (auto UserArg : UserArgs) { in compileToSPIRV() local
139 if (UserArg == "") continue; in compileToSPIRV()
140 if (CombinedUserArgs != "") CombinedUserArgs = CombinedUserArgs + " " + UserArg; in compileToSPIRV()
141 else CombinedUserArgs = UserArg; in compileToSPIRV()