-
UC Berkeley
- Berkeley, CA
- http://www.alexreinking.com
Highlights
- Pro
- 7 discussions answered
Block or Report
Block or report alexreinking
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
SharedStaticStarter Public
A simple starter project showing how to distribute both static and shared libraries in CMake.
CMake 35
-
awesome-cmake Public
Forked from onqtam/awesome-cmake
A curated list of awesome CMake resources, scripts, modules, examples and others.
-
skeletonide Public
Forked from postmalloc/skeletonide
Skeletonide is a parallel implementation of Zhang-Suen morphological thinning algorithm written in Halide-lang. Use it for fast skeletonization of binary masks on the GPU.
C++ 2
-
fuzz-and-minimize Public
Fuzz and minimize bad test cases for encoder/decoder style programs.
Python 1
1,083 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 33 commits in 4 repositories
Created 1 repository
-
alexreinking/wordle
Python
•
Built by
Created a pull request in peter-winter/ctpg that received 17 comments
Fix up CMake build and CI
There were a number of issues with the CMake build before. This PR fixes all of them. They are: There was no way to disable warnings-as-errors. Th…
Opened 6 other pull requests in 3 repositories
halide/Halide
3
merged
ChezJrk/SYS_ATL
2
merged
ChezJrk/asdl
1
open
Reviewed 21 pull requests in 4 repositories
halide/Halide
11 pull requests
- Backport #6375
- Fix for top-of-tree LLVM
- Fix for top-of-tree LLVM
- Make HALIDE_REGISTER_GENERATOR work with multiple template args
- Enable deprecations warnings
- Use add_halide_generator() everywhere in apps/
- Fixes for top-of-tree LLVM (#6546)
-
Remove unnecessary
std::movecalls - If cmake built a python module, teach cmake to install the python module
- Install Python tutorials
- Fix Python GIL lock handling (Fixes #6524, Fixes #5631)