Ben Barsdell
Ben Barsdell
I think you need to pass `"-I."` to tell it to use the root (current exe) dir as an include path. That should avoid needing to change any `""` to...
Thanks for the debugging. I've pushed fixes for preincludes, absolute filenames, and the line endings issue. The paths being relative to the executable directory is intentional, but I'm now re-thinking...
Thanks, I've pushed a fix to https://github.com/NVIDIA/jitify/pull/131 (is that the branch you're using?) (I had actually fixed this already but forgot to push it).
Thanks for the RFE, I like the idea. (Also great to hear you plan to use Jitify more extensively). Is there a particular way you would suggest reporting cache hit...
Btw caching can be disabled by passing zero for `max_in_mem` and `max_files` when constructing `ProgramCache`, or by calling `program_cache.resize(0)`.
I've added NVTX integration in this commit: https://github.com/NVIDIA/jitify/commit/bf1c8c0531a9253d0a7c420fc5f35e90b79e4fad It's in the https://github.com/NVIDIA/jitify/pull/131 branch, which I'm hoping to merge soon.
Thanks so much for this! I'll need to find time to take a closer look, but I quickly ran the tests on Linux and the only problem is the `--build-config...