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
The contract function within opt_einsum can take multiple tensors as arguments, but the cc_contract function is limited to binary contractions. This is because of a choice in the GPU implementation to specialize for two tensors, but can this be generalized?
The text was updated successfully, but these errors were encountered:
The
contract
function withinopt_einsum
can take multiple tensors as arguments, but thecc_contract
function is limited to binary contractions. This is because of a choice in the GPU implementation to specialize for two tensors, but can this be generalized?The text was updated successfully, but these errors were encountered: