Lines Matching +full:- +full:- +full:version
1 //===------- ocloc_api.h --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // https://github.com/intel/compute-runtime/blob/master/shared/offline_compiler/source/ocloc_api.h
20 OCLOC_VERSION_1_0 = OCLOC_MAKE_VERSION(1, 0), ///< version 1.0
21 OCLOC_VERSION_CURRENT = OCLOC_MAKE_VERSION(1, 0), ///< latest known version
35 /// at https://github.com/intel/compute-runtime.
47 /// \param NumSources is the number of in-memory representations
50 /// \param DataSources is an array of in-memory representations
53 /// \param LenSources is an array of sizes of in-memory representations
56 /// \param NameSources is an array of names of in-memory representations
59 /// \param NumInputHeaders is the number of in-memory representations
62 /// \param DataInputHeaders is an array of in-memory representations
65 /// \param LenInputHeaders is an array of sizes of in-memory representations
68 /// \param NameInputHeaders is an array of names of in-memory representations
73 /// \param DataOutputs returns an array of in-memory representations
76 /// \param LenOutputs returns an array of sizes of in-memory representations
79 /// \param NameOutputs returns an array of names of in-memory representations
83 /// \returns 0 on succes. Returns non-0 in case of failure.
98 /// \returns 0 on succes. Returns non-0 in case of failure.
101 /// Returns the current version of ocloc.