Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp100 static std::vector<byte> compileToSPIRV(const std::string &Source, sycl::info::device_type DeviceTy… in compileToSPIRV() argument
150 const byte *Sources[] = {reinterpret_cast<const byte *>(Source.c_str())}; in compileToSPIRV()
152 const uint64_t SourceLengths[] = {Source.length() + 1}; in compileToSPIRV()
186 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &Source, co… in compile() argument
192 …return compileToSPIRV(Source, DeviceType, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandl… in compile()
197 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &Source, const st… in compile() argument
205 …return compileToSPIRV(Source, DeviceType, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandl… in compile()
/libCEED/doc/bib/
H A Dreferences.bib11 journal = {Journal of Open Source Software},
/libCEED/
H A DCITATION.cff104 journal: "Journal of Open Source Software"
H A DREADME.md421 journal = {Journal of Open Source Software},
/libCEED/doc/sphinx/source/
H A Dreferences.bib71 journal = {Journal of Open Source Software},
H A DlibCEEDapi.md402 Source (API) and binary (ABI) stability are important to libCEED.