Mason Protter
Mason Protter
Testing locally and installing a kernel, the kernel seems to die as soon as I attempt to connect
Is it known why Windows is failing to precompile here? It seems to build and run fine on my machine.
Yes, I am seeing a slight noticeable reduction in TTFX!
I should mention though that my main usecase (https://github.com/emacs-jupyter/jupyter) remains super slow the first time and seems to be unaffected by this. But baby steps, and I don't think that...
That'd be indeed nice to have
cc https://github.com/JuliaGPU/KernelAbstractions.jl/issues/600
What's your versioninfo and KernelAbstractions commit number?
Hm interestingly your version also doesn't segfault for me. Testing out some differences between your version and mine, it seems that the important difference is that you use `ndrange=length(data)` and...
Sidenote (perhaps worthy of its own issue), but it seems that POCL here is actually way slower than KernelAbstractions v0.9.35 here. On `#main` I'm getting (using Yolhan's version) ```julia julia>...
> Oh ok so like Cartesian to Linear segfaults issue on pocl would be a better name, but the block size should be a Tuple then. Can you test with...