Lines Matching full:target
32 // The API must allow user to define the target GPU option even if it is
77 /// Constructs online compiler which can target any device and produces
80 /// device capabilities are supported by the target device(s).
97 /// Constructs online compiler for the target specified by given SYCL device.
110 /// other parameters are set in the constructor by the compilation target
118 /// Sets the compiled code format of the compilation target and returns *this.
124 /// Sets the compiled code format version of the compilation target and
131 /// Sets the device type of the compilation target and returns *this.
137 /// Sets the device architecture of the compilation target and returns *this.
143 /// Makes the compilation target 32-bit and returns *this.
149 /// Makes the compilation target 64-bit and returns *this.
155 /// Sets implementation-defined target device stepping of the compilation
156 /// target and returns *this.
169 /// Target device type
172 /// Target device architecture
175 /// Whether the target device architecture is 64-bit
178 /// Target device stepping (implementation defined)