Andreas Klöckner

Results 957 comments of Andreas Klöckner

That's a good idea, and I'd be happy to see any work you do towards that goal. I'm wondering what UI could work here. The best I could come up...

Why not use `pytest-pudb`? (installable via `pip install`)

> * ptipython doesn't work at all. As in, it's broken even in `main`. When you try to access a local variable in ptpython, it doesn't see it. I don't...

Totally agree. #1012 contains a switch to CodeMirror 6, which makes the editor as big as the text contained in it, instead of having it be independently scrollable. That should...

LMK when this is ready to look at/merge. So far, I'm refraining from taking a detailed look while it's still in draft status.

Yep, this is a trade-off that I made at the outset, for two reasons: - First, figuring out an appropriate launch config for strided accesses would add considerable overhead to...

Can something like valgrind maybe provide details on where those allocations are taking place?

Not sure about this, specifically because I'm hesitant to have PyOpenCL pick up a C-level API (which is more complexity that needs managing). I think you can do the same...

But wouldn't a call to a presumptive PyOpenCL C API stick out like sore thumb in such a setting just as much as a bunch of Python C API "stuff"...