Highlights
- Arctic Code Vault Contributor
- Pro
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 50 million developers.
Sign up
Pinned
6,101 contributions in the last year
Activity overview
Contributed to
JuliaGPU/CUDA.jl,
JuliaGPU/CuArrays.jl,
JuliaGPU/CUDAnative.jl
and 5 other
repositories
Contribution activity
September 2020
- maleadt/CompatHelper.jl Julia
Created a pull request in JuliaLang/julia that received 12 comments
Lift special-case Ref lowering to AbstractRef type
Ref is currently special-cased by Julia's compiler to emit as a
pointer when used with ccall (notice the i8*):
julia> f(x) = ccall(:jl_breakpoint, …
+25
−18
•
12
comments
- Fix reverse/view regression
- CUFFT-related optimizations
- CUBLAS: wrap rot! to implement rotate! and reflect!
- Improve init error message
- Global math mode for easy use of lower-precision functionality
- GEMM improvements
- Simplify and update wrappers
- Simplify library wrappers by introducing a CUDA Ref
- Refactor CUSPARSE
- Fix some wrong pointer types in the CUDNN headers.
- Force specialization for dynamic_cudacall to support more arguments.
- Fix bounds checking with GPU views.
Created an issue in JuliaPy/PyCall.jl that received 5 comments
PkgEval: find_libpython test failures with PYTHON=""
In JuliaComputing/NewPkgEval.jl#74 we switched PkgEval to setting PYTHON="", but that causes test failures:
DEBUG is_windows = False
DEBUG is_apple…
5
comments
3
contributions
in private repositories
Sep 1 – Sep 2