Victor
Victor
@sylveon that would bring all the DLL's dependencies into the process that wants to perform injection.
@sylveon I mean yes, that's the ideal, but having the host to be compatible with all target related dependencies is not always achievable. The other scenario would be the need...
@MoFtZ that's why it might make sense to have the generic-sized `float` type as I mentioned, with boolean guards. E.g. `bool Accelerator.SupportsType(...)` function, which would let user choose a different...
@BernhardGlueck what did you end up doing?
I am actually debugging [DeepSpeed ](https://github.com/microsoft/DeepSpeed) unit tests on Windows, but I suspect a similar problem would happen on Linux if you explicitly set backend to gloo. Specifically, this test:...
Can you explain a little more? Here's a para in [`detach` documentation](https://pytorch.org/docs/stable/generated/torch.Tensor.detach.html): > In-place modifications on either of them will be seen, and may trigger errors in correctness checks. Moreover...
Can you please add a donate button to Windows Store release?
Adding a `BufferedWaveProvider` or even just waiting for the source to provide exactly `count` data introduces latency. If the source is only ready to provide half the data it might...
This is exactly what I ended up doing with a circular buffer per input.
This has changed recently: https://github.com/microsoft/Windows-classic-samples/blob/main/Samples/ApplicationLoopback/cpp/LoopbackCapture.cpp The necessary APIs are available since Windows 10 Build 20348.