Corentin Godeau
Corentin Godeau
Hey there ! I tried to reproduce your issue but it seems to be working on my side. Which version of `libxev` did you use, `master` ? I'm asking because...
I think I'm starting to see what the issue could be. Basically, the way IOCP works, you have to register file descriptors to a completion port (https://learn.microsoft.com/en-us/windows/win32/fileio/createiocompletionport). In your case...
> The workaround just ends up associating the last socket that binds to the address. I'm not sure I understand that part > In io_uring you can create a new...
> I tried your code but when I run concurrent requests I only see a single worker receiving requests. Even when I remove the while loop in the start function...
I don't really have a way of checking right now, but from what I get from your message (and if I'm not misunderstanding) I'd say that it's to be expected...
I'll try to investigate when possible. In the meantime, I think it's important to notice that timing on Windows is really hard to get right. If I'm correct, granularity is...
Hey @rsepassi I tried to reproduce the issue at home and it seems to be an issue of granularity. I had some adaptations to make due to latest Zig version....
Hi @zoranjovanovic-ns Just wanted to drop in the discussion because we are impacted by this PR. We have a patch for our ROCm build of PJRT. Concerning the `CreateTritonPipeline` method,...
I see My initial thought was that it would be better to make XLA's core robust and not being blocked by an extension but I don't really have a solution...
Hey @nvmbreughe, thanks for the quick answer ! Funny that you suggest that, because that's exactly what I tried ! 😁 I was just not sure about the correctness of...