Gabriel Marcano

Results 48 comments of Gabriel Marcano

I'm using Gentoo Linux with Eigen3 3.3.3, and it looks like I'm running into this issue as well. Looking at the CMake output, my system Eigen is being detected, but...

I'm attaching the `cmake --trace ../` output from the `build` directory: [cmake.log](https://github.com/caffe2/caffe2/files/1475970/cmake.log) The major finding here is that Eigen3's Config.cmake doesn't seem to be picked up. This may be a...

Alright, I think I tracked down what's going on. I upgraded my Eigen3 installation to 3.3.4 just in case. Based on what I can, `FindEigen3.cmake` sets the version number to...

Seeing that #384 has been merged and I'm still seeing this problem with a similar model construction, I don't think that was the solution. That said, I also arrived at...

I'm not sure, but I think the problem is that for `InplaceVariable`, method `variable_definition_cpp` in `hls4ml/writer/vivado_writer.py` returns `None`, and method `function_cpp` in `hls4ml/model/hls_layers.py` returns `None`. In other words, nothing is...

As far as I can tell, the same is true for other forms of output, as in nothing is being generated. That leads me to the question: what does an...

I've built and run Tock on my HiFive1 RevB, and it appears to be working fine. UART works, I can load applications. Haven't tested it any more extensively than that,...

Summarizing the discussion from the call: > A few people showed surprise at current behavior when first encountering it. Discussion on whether to match POSIX main() semantics, or go our...

Thanks for the fast reply. Just to follow up, I also did forget to mention that I did have to change some cudnn functions in order to get the project...

I noticed a useless newline I added in `stdio.c`, so I just took that out. No other changes with the update.