pfeatherstone
pfeatherstone
V5 and V7 are already implemented thanks to @arrufat
Cheers. It is possible to amend the script to allow for installing the static library along with it dependencies ?
So i'm not using `beast::tcp_stream` just a normal `tcp_socket`. I don't need timers. So in my case, i have an implicit strand right?
Is it good practice in Asio/Beast to disregard the fact that you have an implicit strand and just use an explicit one anyway ? Doesn't that incur a performance overhead?
Yeah safety by default is probably a good thing.
Have you looked at https://arxiv.org/pdf/2202.08906 and https://arxiv.org/pdf/2308.00951
I did think a couple years ago to create a new api which was dynamic but then gave up and now do everything in PyTorch and onnxruntime. I think the...
What would be super awesome is the ability to provide an attention predicate like the new `flex_attention()` API in pytorch. We could add a class template parameter in the attention...
This library is known to not work with several versions of clang. I think it uses some stateful metaprogramming which is not consistent across compilers. I think type erasure libraries...