Thiago Machado
Thiago Machado
It appears that the package will exist in the kinetic suite (2022-10-22). https://packages.ubuntu.com/kinetic/easyeffects
Hi, I've started learning Bevy a couple of days ago, and the state update was very welcome! Just today I've been trying out some ergonomics builder, link to [an example](https://github.com/swfsql/bevy-test/blob/fa9380710f70fb3c13b131e99879b3c62b24ecae/src/game/mod.rs#L11)....
To add info on this - in case someone is trying to customize the following on redirects - I naively thought that `manual` would allow me to "manually" follow the...
I could confirm that with enough RAM, the calculations are indeed fast. Thanks!
The other error (`error[E0277]: the trait bound cuda::device::Cuda: Conv1DKernel is not satisfied`) seems to be related to this: https://github.com/coreylowman/dfdx/blob/4722a99d303f347d6088d95867d007c75ca6dd78/dfdx-core/src/tensor_ops/conv1d/mod.rs#L4-L5 I'm new to cuda/cudnn, but it appears that the cuda implementation...
I didn't read much material on this - but I'm afraid that every float operations would need to be implemented in asm (not sure)? if this is the case, I...
Nice! I'm interested in your unstack impl, and I hope to try it out soon. I'm actually interested in the opposite of a concatenate operation, eg. (6, 2) -> [(3,...
I've linked a pr because I think I'd need something different from a shape reduction, because some tensors may require to be split into non-equal dimensions over the same axis...
I've submitted a draft PR, and once the examples are added I'll mark as ready for review. But so far I think it's working correctly, I've been able to avoid...
Somewhat related: It can be useful to see what generic parameters our generic arguments refer to, and there is a related issue on rust-analyzer: https://github.com/rust-lang/rust-analyzer/issues/11091