Justin Lebar
Justin Lebar
It would be nice if you pointed to MemShrink: https://wiki.mozilla.org/Performance/MemShrink I started looking at how to do it myself, but then I was scared by the l10n. :)
I am new at this; please be gentle. :)
Maybe I'm doing something wrong (I am new to Haskell), but the formatter seems to be making some...rather drastic semantic changes to the following code. :) Input: ``` chunks n...
**Please verify that the error is present in the most recent revision before reporting.** I am reading http://jeffe.cs.illinois.edu/teaching/algorithms/notes/A-fft.pdf, which I downloaded today. **Chapter number or note title:** FFT **Page number:**...
Right now wrapping a function with gin adds two lines to every traceback. For projects which use gin heavily, this gets to be...kind of a lot, see example at the...
Hi, I'm trying to get et up and running on my desktop. I get a timeout when trying to start et.service. Steps to reproduce: * I'm running Debian. Built ET...
Previously we would only do bw propagation for trans layouts, potentially missing optimization opportunities. Doing this naively (without the additional canonicalization in this patch) creates two problems that I observe...
Without this, clang defaults to libstdc++. This doesn't compile with clang trunk: /opt/compiler-explorer/gcc-snapshot/lib/gcc/x86_64-linux-gnu/14.0.0/../../../../include/c++/14.0.0/bits/std_abs.h:137:7: error: __float128 is not supported on this target
Today we have many different layout objects, representing e.g. MMAv2 operands in registers, MMAv2 results in registers (different thing!), AMD tensor core operands in registers, shared memory swizzled Just Right...
The previous attempt didn't work because we were checking whether *anything* ran on `main` within the past four hours, including a run that skipped integration tests! Now we specifically look...