Valentin Churavy
Valentin Churavy
I am in favour for doing relative percentages!
fixed by #317
Wanna create a small package at JuliaPerf with that? I do think it's worth finding out a good user interface, but the burden of contribution is higher in base.
Doing something like https://github.com/JuliaLang/julia/pull/49488 would help.
While creating a test, I figured out that the actual issue was me nesting `@init`. That causes false behaviour in the case where the require dependency is loaded after. Since...
I still need to confirm, but iirc this should only apply to the ccallable thunk.
Semantic aware would be nice, but I suspect cutting it off is good enough.
We need an update to the new GPUCompiler version
> Note how the load and stores that initialize the threadgroup memory and copy it back to global memory need to be atomics for this example to work, even though...
@mofeing thank you for your work! One note from my side is that we aim to support the lastest LLVM version used by the latest Julia release for 1.10 that...