File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,11 @@ queue::has_property<property::queue::enable_profiling>() const;
190
190
template __SYCL_EXPORT property::queue::enable_profiling
191
191
queue::get_property<property::queue::enable_profiling>() const ;
192
192
193
+ template __SYCL_EXPORT bool
194
+ queue::has_property<property::queue::in_order>() const ;
195
+ template __SYCL_EXPORT property::queue::in_order
196
+ queue::get_property<property::queue::in_order>() const ;
197
+
193
198
bool queue::is_in_order () const {
194
199
return impl->has_property <property::queue::in_order>();
195
200
}
Original file line number Diff line number Diff line change @@ -4112,7 +4112,9 @@ _ZNK2cl4sycl5queue11get_backendEv
4112
4112
_ZNK2cl4sycl5queue11get_contextEv
4113
4113
_ZNK2cl4sycl5queue11is_in_orderEv
4114
4114
_ZNK2cl4sycl5queue12get_propertyINS0_8property5queue16enable_profilingEEET_v
4115
+ _ZNK2cl4sycl5queue12get_propertyINS0_8property5queue8in_orderEEET_v
4115
4116
_ZNK2cl4sycl5queue12has_propertyINS0_8property5queue16enable_profilingEEEbv
4117
+ _ZNK2cl4sycl5queue12has_propertyINS0_8property5queue8in_orderEEEbv
4116
4118
_ZNK2cl4sycl5queue3getEv
4117
4119
_ZNK2cl4sycl5queue7is_hostEv
4118
4120
_ZNK2cl4sycl5queue8get_infoILNS0_4info5queueE4240EEENS3_12param_traitsIS4_XT_EE11return_typeEv
Original file line number Diff line number Diff line change 171
171
??$get_property@Venable_profiling@queue@property@sycl@cl@@@queue@sycl@cl@@QEBA?AVenable_profiling@0property@12@XZ
172
172
??$get_property@Vin_order@queue@property@sycl@cl@@@context@sycl@cl@@QEBA?AVin_order@queue@property@12@XZ
173
173
??$get_property@Vin_order@queue@property@sycl@cl@@@program@sycl@cl@@QEBA?AVin_order@queue@property@12@XZ
174
+ ??$get_property@Vin_order@queue@property@sycl@cl@@@queue@sycl@cl@@QEBA?AVin_order@0property@12@XZ
174
175
??$get_property@Vin_order@queue@property@sycl@cl@@@sampler@sycl@cl@@QEBA?AVin_order@queue@property@12@XZ
175
176
??$get_property@Vin_order@queue@property@sycl@cl@@@stream@sycl@cl@@QEBA?AVin_order@queue@property@12@XZ
176
177
??$get_property@Vinitialize_to_identity@reduction@property@sycl@cl@@@context@sycl@cl@@QEBA?AVinitialize_to_identity@reduction@property@12@XZ
233
234
??$has_property@Venable_profiling@queue@property@sycl@cl@@@queue@sycl@cl@@QEBA_NXZ
234
235
??$has_property@Vin_order@queue@property@sycl@cl@@@context@sycl@cl@@QEBA_NXZ
235
236
??$has_property@Vin_order@queue@property@sycl@cl@@@program@sycl@cl@@QEBA_NXZ
237
+ ??$has_property@Vin_order@queue@property@sycl@cl@@@queue@sycl@cl@@QEBA_NXZ
236
238
??$has_property@Vin_order@queue@property@sycl@cl@@@sampler@sycl@cl@@QEBA_NXZ
237
239
??$has_property@Vin_order@queue@property@sycl@cl@@@stream@sycl@cl@@QEBA_NXZ
238
240
??$has_property@Vinitialize_to_identity@reduction@property@sycl@cl@@@context@sycl@cl@@QEBA_NXZ
You can’t perform that action at this time.
0 commit comments