Lines Matching refs:std
22 using ByteVector_t = std::vector<unsigned char>;
27 static int CeedJitAddDefinitions_Sycl(Ceed ceed, const std::string &kernel_source, std::string &jit… in CeedJitAddDefinitions_Sycl()
28 const std::map<std::string, CeedInt> &constants = {}) { in CeedJitAddDefinitions_Sycl()
29 std::ostringstream oss;
63 static inline int CeedJitGetFlags_Sycl(std::vector<std::string> &flags) { in CeedJitGetFlags_Sycl()
64 …flags = {std::string("-cl-std=CL3.0"), std::string("-Dint32_t=int"), std::string("-DCEED_RUNNING_J… in CeedJitGetFlags_Sycl()
71 static inline int CeedJitCompileSource_Sycl(Ceed ceed, const sycl::device &sycl_device, const std::… in CeedJitCompileSource_Sycl()
72 const std::vector<std::string> &flags = {}) { in CeedJitCompileSource_Sycl()
124 … CeedBuildModule_Sycl(Ceed ceed, const std::string &kernel_source, SyclModule_t **sycl_module, con… in CeedBuildModule_Sycl()
126 std::string jit_source; in CeedBuildModule_Sycl()
127 std::vector<std::string> flags; in CeedBuildModule_Sycl()
143 int CeedGetKernel_Sycl(Ceed ceed, const SyclModule_t *sycl_module, const std::string &kernel_name, … in CeedGetKernel_Sycl()