Block or Report
Block or report tkf
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
JuliaFolds/FLoops.jl Public
Fast sequential, threaded, and distributed for-loops for Julia—fold for humans™
-
-
2,525 contributions in the last year
Contribution activity
May 2022
Created 50 commits in 9 repositories
Created 2 repositories
- tkf/LLVM.jl Julia
- tkf/Godbolt.jl Julia
Created a pull request in JuliaLang/julia that received 18 comments
Add some CFG manipulation tools for IRCode
This PR adds CFG manipulation function allocate_new_blocks! and a derived function allocate_gotoifnot_sequence! to help CFG manipulation of IRCodes.
+924
−8
•
18
comments
Opened 35 other pull requests in 8 repositories
JuliaConcurrent/Atomix.jl
19
merged
- Add badges
- More documentation
- Setup documentation
-
More documentation on
IndexableRef - Rename: accessrecorder -> referenceable
- Rename accessrecorder.jl -> references.jl
- Test edge cases
- Test and fix swap
- Use UnsafeAtomics 0.2
- Fix Aqua setup
- Test and fix macro fallbacks
- Style fix
- Setup Aqua
- Use tkf/julia-code-style-suggesters@v1
- Rename: .github/workflows/{test.yml -> ci.yml}
- Test with Julia 1.6
- Use Pkg.test to run tests
-
Test on
mainbranch - Use Ref-like API
JuliaLang/julia
3
open
4
merged
JuliaConcurrent/UnsafeAtomicsLLVM.jl
2
open
1
merged
tkf/DisplayAs.jl
2
merged
maleadt/LLVM.jl
1
merged
JuliaConcurrent/AtomixCUDA.jl
1
open
JuliaConcurrent/UnsafeAtomics.jl
1
merged
JuliaLang/llvm-project
1
open
Reviewed 6 pull requests in 1 repository
JuliaLang/julia
6 pull requests
Created an issue in JuliaLang/julia that received 1 comment
The failure ordering of the CAS loop lowering of modifyproperty!
julia> mutable struct Atomic{T}; @atomic x::T; end julia> inc!(a) = @atomic a.x += 1; julia> @code_llvm inc!(Atomic(0)) prints ; @ REPL[2]:1 within…
1
comment