Valentin Churavy

Results 1413 comments of Valentin Churavy

Also https://github.com/JuliaLinearAlgebra/libblastrampoline/issues/89

Thanks @petvana for your work and the great discussions this summer about this :)

So I had a quick go at this for my personal website and while not perfect yet it is quite nice. Using https://github.com/JuliaPluto/PlutoSliderServer.jl/pull/127 + a github action like: https://github.com/vchuravy/vchuravy.github.io/blob/c6e13351c86f5d1717d3c864d7cda92b022d9186/.github/workflows/Deploy.yml#L33 I...

In particular I wanted `infor proc stat` today.

@wsmoses wrote a pass for Enzyme that strips some more metadata I think

Yeah we should parse these automatically.

As yinhbo pointed out we probably want to parse the events instead of manually encoding them.

They should be in here: https://github.com/gregkh/linux/blob/a5e13c6df0e41702d2b2c77c8ad41677ebb065b3/tools/perf/pmu-events/arch/x86/skylake/floating-point.json#L11-L19 maybe you have them under a different name? Also the "official" Intel files live here: https://download.01.org/perfmon/SKL/

Interesting from the Julia side I often use `rr` with GDB's JIT interface, and sofar I haven't run into issues. (One of my issues with pernosco has been that it...

> I'm guessing Julie is also using LLVM for the JIT code generation? Yes. I often record Julia sessions with `ENABLE_GDBLISTENER=1 rr record julia` since that allows for symbolization of...