Johannes Blaschke

Results 113 comments of Johannes Blaschke

Hi @w21085 (and @wons6554 ?). (Thanks @shahzebsiddiqui for bringing this issue to my attention.) I think there are several things to unpack here: 1) you're building your own version of...

@bkpoon -- I implemented those typos you pointed out on hangouts.

> Ideally, the same cprofile reader would be extended to handle data from multi-process runs just like other readers. @bhatele I don't know enough about cProfile to know how to...

Right @bhatele that's what I'm doing. Each rank gets it's own root -- I assumed that this would be reasonable because the different ranks don't all start from the same...

Chiming in from the perspective on an HPC center: We want to provide Juliaup + global preferences to allow users to deploy and update their own preferred version of Juliaup....

Downgrading nbconvert didn't work for me (might be because I'm trying to create slides with Reveal.jl). What ended up doing the trick (thanks to https://github.com/jupyter/nbconvert/issues/1836#issuecomment-1232536621) is was editing the base...

Nice! I didn't know about hitting F5. Works on ubuntu with the latest release.

Thanks for the feedback @inducer I will look at ways to provide a PR. And I share your frustration with CUDA's context management. In the meantime, @elliotslaughter 's solution above...

I see the same for `INT_MAX`: https://github.com/JuliaInterop/Clang.jl/issues/401

@winterwolf I have a PR #15 which contains general improvements, and a rewrite of the command execution part. The upside is that you don't need the temporary file, the downside...