Vinícius Freitas de Almeida

Results 10 comments of Vinícius Freitas de Almeida

Weird. One workaround that I **thought** I had found was to just set the window as resizable _before_ resizing it through graphics::set_mode. After you're done resizing it, just switch back...

Any updates on this? I'd also like to be able to fit curves on data with uncertainties/errors. ([Error-in-variables fitting](https://www.wavemetrics.com/products/igorpro/dataanalysis/curvefitting/errorsinvariables) seems to be the proper term in the literature, AFAIK)

I'd also love if there was a plotting example. It took hours for me to discover that if I create an interpolation object `itp`, I can't just treat it as...

Done! @mkitti this is my first PR here, hope I haven't done anything wonky, :sweat_smile:. Feel free to modify as you please!

Ok! I've looked in these examples, but I'm not sure I found what I was specifically looking for: overwriting into a Tensor that is indexed with a Tensor mask (I'll...

I'm interested in this, and I've [already done some early experimentation](https://github.com/tracel-ai/burn/issues/536#issuecomment-1885580329) to measure the performance of burn externally (i.e. using it as an external crate) and compare it with my...

Hey there! I'm interested in this issue as well. I've crudely implemented Mark Harris' algorithm for parallel reduction with WGSL and wgpu, and I'm doing some experiments/benchmarks to improve performance....

Oh great! I hadn't seen it. I'll look into it ASAP

Hello there! Is this issue related to porting the Makefile to arch linux(or other non-debian based linux distros)? If so, I'm interested in it.

Do you have any pointer to which scripts I should begin porting with?