jrp2014

Results 28 comments of jrp2014

The CI seems to confirm that it's not just an issue with my setup.

The CI fails because gan-mnist takes too long to generate 15 examples. mnist itself still uses too much memory to run.

Thanks @erikd. I want to find time over the w/e to kick the tyres some more: - better run script (so that args can be passed) - use that to...

This is a great piece of work, but this is the single thing that is holding this back from being a useful tool (on exiting projects). Getting thousands of diagnostics...

Looking more closely, I see that loadLibraryPermanently produces a success/failure Bool. In the case above, it actually returns false (so it failed to load the process symbols, yet the result...

The orcjit test has a couple of further examples that are commented out as needing to be updated for the new interface. I'd love to help, but must say that...

Thanks @andrew-wja . I've had a go at updating a nice llvm-hs Kaleidoscope Tutorial (https://lukelau.me/kaleidoscope/) following the current test case LLVM.Test.OrcJIT. I'm flying blind, driven mainly by the types, which...

Thanks @andrew-wja Your explanation accords with what I observe. The tear it down and build it up for each repl command doesn't work because earlier definitions are destroyed. I'm assuming...

@andrew-wja @cartazio Looking at the additional tests, I'd make the following observations: * It'd be good to add a bit more documentation to the existing API / examples. I have...