Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp115 int LoadedVersion = ocloc_version_t::OCLOC_VERSION_1_0; in compileToSPIRV()
124 int CurrentVersionMajor = ocloc_version_t::OCLOC_VERSION_CURRENT >> 16; in compileToSPIRV()
125 int CurrentVersionMinor = ocloc_version_t::OCLOC_VERSION_CURRENT & 0xffff; in compileToSPIRV()
H A Docloc_api.h23 } ocloc_version_t; typedef