Daniel Smith

Results 258 comments of Daniel Smith

@rlouf Gentle ping here.

@rlouf Another gentle ping here, we will be shipping another release within the next week.

I'm closing this as out of scope. We're here to optimize the path and nothing more echoing @jcmgray's answer.

This is very interesting and a request that we have had previously. I would be open to merging the functionality here if we have sufficient tests and clear documentation for...

@jcmgray Could you make an associated PR if you have a minute?

Should be closed by https://github.com/dgasmith/opt_einsum/pull/228.

I think this is entirely possible as we have a fairly weak dependance on NumPy beyond testing. Feel free to take a crack at it, I can look into removing...

Nice check! `n` is unlikely to go over 1000 except for extreme cases, we could also have two algorithms and a switch of: ```python if len(n) > 1000 and has_numpy:...

@janeyx99 Can you test torch against current `main`? @jcmgray This code snippet was awesome to replace the previous numpy version.

> FYI torch indeed does default to using opt_einsum if it's found in the environment. Super cool!