Vikash
Vikash
Upon further testing, I can move the cursor on firefox when the screen freezes. But I can no longer switch windows or anything. So something definitely crashes. I can reproduce...
By video do you mean something in the browser like Youtube, or some local media player like VLC ?
Sure, I will do that it might take a few days since I have to do this when I can get 4-5 people together on a call :) But what...
Just an update in Triton land they released a inference engine library https://github.com/ELS-RD/kernl/ making use of Triton Kernel, and their benchmarks look really impressive. If Rust Cuda is proving too...
Yeah, I took some time to look into the repository. It's just a collection of kernels. For us it's a basically a proof of concept Re triton. It looks much...
I was trying to implement this but am running into the following issue. We need to keep track of the running mean and running variance. But the Module trait only...
Yes, there is definitely InstanceNorm that would require it. But even apart from that if we ever get to the point where we start doing things like tracking Model metrics...
Another possible decision to make is should we implement ```rust impl Module for BatchNorm1D ``` Unlike layer norm batch norm is supposed to average across the batch dimension. When you...
After some further investigation, installing this package `xorg-server-xwayland-22.1.2_1 Nested X server that runs as a wayland client` fixes the issue for winit even when enabling the xwayland feature
@koolamusic Maybe I am not explaining correctly. But I want to constrain the height. Clicking on the dropdown toggle button causes the navbar size to increase vertically to fit the...