Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
1,338 contributions in the last year
Activity overview
Contributed to
JuliaLang/julia,
JuliaTPU/XLA.jl,
JuliaComputing/Deprecations.jl
and 5 other
repositories
Contribution activity
March 2019
Created a pull request in JuliaLang/julia that received 2 comments
Defined size(::Broadcasted)
I found myself wanting this definition and it seems odd to not have it when we have axes and length. While going to define a test, I noticed that t…
+4
−3
•
2
comments
- Accept both Cvoid and Ptr{Void} return type in ccall(:memcpy)
- Fix #31357 - Missing Upsilon node in nested try/catch
- Two fixes for the optimizer
- Fix a missing widenconst in SROA
- Allow removing non-inlined functions that are proven pure
- Refactor Inlining. NFC.
- Very WIP: RFC: Add an alternative implementation of closures
- Backport CFG simplification pass from XLA backend
- Prevent domtree construction from overflowing for large functions
- [WIP] Include IPv6 addresses for getipaddr and getipaddrs
- Make StridedArray display as StridedArray
- Backporting LLVM patch r355582 to release/6.x (fixes AVX512 max issue)
- fix #31352, make sure errors while printing errors don't kill the REPL
- Add ProcessExitedError rather than using `error`
- optimize (a little bit) faster
- internals: better representation for code
Created an issue in JuliaDebug/Debugger.jl that received 12 comments
kwargs are annoying in the debugger
Here's a transcript of what I had to do to get through a bunch of kwargs:
1|debug > n
In attach_optimizer(model) at /home/keno/.julia/packages/Math…
12
comments