Bruce Wayne

Results 36 comments of Bruce Wayne

Hey, @minouHub, may i look into this issue?

Hey, @minouHub I tried to reproduce the bug locally but couldn’t. My machine doesn’t have a GPU, and the GPU path requires a working Vulkan driver. I tried the Vulkan...

Hi @minouHub, I tested this issue on my friend’s laptop (my own machine doesn’t have an integrated GPU). `abscoeff` and `wavespace` end up with different lengths during `recalc_gpu()`. I traced...

If I trim the GPU output right after iterate(): ```python if "wavespace" in self._q: n = len(self._q["wavespace"]) abscoeff = abscoeff[:n] ``` then recalc_gpu() works correctly and plotting no longer fails.

Hi @minouHub, I wanted to share what I’m thinking and get your feedback. Does this approach look good to you, or am I missing something important? Please let me know...

Thanks for the update, @minouHub. Since you’ve already been working on this well before me, it makes sense for you to continue and implement the first version for HITEMP. I’m...

Hey @minouHub, can you review my pr once?

Just reminder, can you please review it when you have time?

Hey @dlhck, can I work on this issue?