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
However, USE_OP and USE_CPU_ONLY_OP are the same level, USE_OP_ITSELF is a sub-level in USE_OP currently.
Discussing with @Canpio , we will package a new USE_NO_KERNEL_OP for USE_OP_ITSELF. Thus, when adding new ops, developers can use one of USE_OP , USE_CPU_ONLY_OP and USE_NO_KERNEL_OP to register.
The text was updated successfully, but these errors were encountered:
Currently, there are two
USE_OP_ITSELF
ops.And the diffence between
USE_OP_ITSELF
andUSE_OP
is whether ops has kernel.However,
USE_OP
andUSE_CPU_ONLY_OP
are the same level,USE_OP_ITSELF
is a sub-level inUSE_OP
currently.Discussing with @Canpio , we will package a new
USE_NO_KERNEL_OP
forUSE_OP_ITSELF
. Thus, when adding new ops, developers can use one ofUSE_OP
,USE_CPU_ONLY_OP
andUSE_NO_KERNEL_OP
to register.The text was updated successfully, but these errors were encountered: