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
are present for deciding whether the 1.x or 2.x version of a function should be used. These should either be removed completely (and use the 1.x version always) or substituted for runtime checks based on the properties of the device.
The text was updated successfully, but these errors were encountered:
In some samples, namely
binaries
,blur
,reduce
,multi-device
andsaxpy
fromsamples/core
, compile-time checks like the followingare present for deciding whether the
1.x
or2.x
version of a function should be used. These should either be removed completely (and use the1.x
version always) or substituted for runtime checks based on the properties of the device.The text was updated successfully, but these errors were encountered: