Ryan Desmond

Results 11 comments of Ryan Desmond

The problem here is that the LayerSetup for CuDNN does GPU things and does not respect the mode flag. Some fixes: 1. The quick fix is to make it so...

@dashesy The PR that was closed was a fix that was applied to a fork of BVLC's code. Nothing has been updated on the BVLC master.

I think the solution isn't necessarily that yarn should be friendlier in `--offline` mode, it's that the error from YarnAuditAnalyzer could be friendlier. Like @ChrisSamo632, there is an error in...

This could be related to approaches to #214. In that, one approach could be to wait to calculate the grid at the last minute (which means storing the global polygons)....

I think the above captures everything that of value that conan outputs, but for completeness: [consolelog.txt](https://github.com/conan-io/conan/files/4773475/log.txt). Of course, I'm happy to run and gather information from any experiments you think...

Good morning! Thank you for looking at this. This is definitely an issue regarding building (and neither running in the install tree, where rpaths are allowable, nor the running after...

Thanks for looking at it! I'll refocus this, submit it to CMake's repo, and leave a link to the issue here. This does seem like a compiler-specific thing that fits...

Both great comments, thank you! Two follow up questions: - Is the ordering between consistent (at both a practical and documented stability level) between `exelinkflags`/`sharedlinkflags` and `libs`? One thing with...

@szmyd I had been using option 2 from my original post. That work-around started failing with 1.22.0, which orders system libs after conan libs. (Before, the entries to `cpp_info.libs` were...

@keef-cognitiv I have since written a patch to the upstream project to make an init function (and I just call in my code which means that there is no longer...