bogdanstate
bogdanstate
Thanks for the really nifty crate! I came across a small issue recently when writing a program that makes heavy use of meta-programming, including of the paste crate. I have...
Awesome project, but here's a bug! If I change the TensorType to `torch.cuda.FloatTensor` in `test.py` then the gradient check test fails for me (works fine w/ DoubleTensor). So it seems...
The following struct compiles correctly: ``` #[derive(Presto)] struct Foo { a1: i16, a2: i16, a3: i16, a4: i16, a5: i16, a6: i16, a7: i16, a8: i16, a9: i16, a10: i16,...