File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ std::shared_ptr<detail::handler_impl> handler::getHandlerImpl() const {
61
61
}
62
62
63
63
// Sets the submission state to indicate that an explicit kernel bundle has been
64
- // set. This returns a sycl::exception with errc::invalid if the current state
64
+ // set. Throws a sycl::exception with errc::invalid if the current state
65
65
// indicates that a specialization constant has been set.
66
66
void handler::setStateExplicitKernelBundle () {
67
67
getHandlerImpl ()->setStateExplicitKernelBundle ();
68
68
}
69
69
70
70
// Sets the submission state to indicate that a specialization constant has been
71
- // set. This returns a sycl::exception with errc::invalid if the current state
71
+ // set. Throws a sycl::exception with errc::invalid if the current state
72
72
// indicates that an explicit kernel bundle has been set.
73
73
void handler::setStateSpecConstSet () {
74
74
getHandlerImpl ()->setStateSpecConstSet ();
Original file line number Diff line number Diff line change 2056
2056
?getElementSize@?$image_impl@$01@detail@sycl@cl@@QEBA_KXZ
2057
2057
?getElementSize@?$image_impl@$02@detail@sycl@cl@@QEBA_KXZ
2058
2058
?getEndTime@HostProfilingInfo@detail@sycl@cl@@QEBA_KXZ
2059
+ ?getHandlerImpl@handler@sycl@cl@@AEBA?AV?$shared_ptr@Vhandler_impl@detail@sycl@cl@@@std@@XZ
2059
2060
?getImageDesc@?$image_impl@$00@detail@sycl@cl@@AEAA?AU_pi_image_desc@@_N@Z
2060
2061
?getImageDesc@?$image_impl@$01@detail@sycl@cl@@AEAA?AU_pi_image_desc@@_N@Z
2061
2062
?getImageDesc@?$image_impl@$02@detail@sycl@cl@@AEAA?AU_pi_image_desc@@_N@Z
3813
3814
?setPitches@?$image_impl@$00@detail@sycl@cl@@AEAAXXZ
3814
3815
?setPitches@?$image_impl@$01@detail@sycl@cl@@AEAAXXZ
3815
3816
?setPitches@?$image_impl@$02@detail@sycl@cl@@AEAAXXZ
3816
- ?setStateExplicitKernelBundle@handler@sycl@cl@@AEAA_NXZ
3817
- ?setStateSpecConstSet@handler@sycl@cl@@AEAA_NXZ
3817
+ ?setStateExplicitKernelBundle@handler@sycl@cl@@AEAAXXZ
3818
+ ?setStateSpecConstSet@handler@sycl@cl@@AEAAXXZ
3818
3819
?setType@handler@sycl@cl@@AEAAXW4CGTYPE@CG@detail@23@@Z
3819
3820
?set_final_data@SYCLMemObjT@detail@sycl@cl@@QEAAX$$T@Z
3820
3821
?set_final_data_from_storage@SYCLMemObjT@detail@sycl@cl@@QEAAXXZ
You can’t perform that action at this time.
0 commit comments