Andreas Klöckner
Andreas Klöckner
Does #372 supersede this?
I was just rebasing this. You beat me to it! :)
Unsubscribing... @-mention or request review once it's ready for a look or needs attention. But I'm eager to get this in soon!
Transplanted here for CI: https://gitlab.tiker.net/inducer/pycuda/merge_requests/11
* You (I assume inadvertently) changed the `bpl-subset` submodule back to an old version. (see the CI failure) * I may not have been fully clear on what I was...
> Ah! I think I misunderstood earlier. But just to be clear, you want not only the SCAN_INTERVALS_SOURCE and the UPDATE_SOURCE to be identical but the entire GenericScanKernel class, right?...
Thanks for the report! I'm currently chasing a deadline (Sunday)--I'll worry about this next week, likely by deriving all cache dirs (binary and invoker) from the one passed to the...
Happy to consider a PR. Functionality is in `pyopencl._cl.Program._get_build_logs()`.
You can force an `arch` by passing an argument to `SourceModule`: https://documen.tician.de/pycuda/driver.html#pycuda.compiler.SourceModule I'd be happy to take a patch/pull request that reads an environment variable like `PYCUDA_DEFAULT_JIT_ARCH`. (e.g.)
Short of parsing `nvcc` output, I don't think so.