You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Make kernel impl non copyable and non movable. (#2050)
This change deletes the copy constructor and move constructor
from the kernel impl classes.
The destructor for the kernel_impl class assumes that the proper constructor is called.
If the object was created using a default copy constructor, it would call the destructor which expected the complementary PI_CALL in the constructor.
Signed-off-by: sarathnandu <[email protected]>
0 commit comments