-
Google
- San Francisco, CA
Highlights
- 4 discussions answered
Block or Report
Block or report steven-johnson
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
neveragaindottech.github.io Public
Forked from neveragaindottech/neveragaindottech.github.io
Source files for the neveragain.tech site
HTML
-
halide-feedstock Public
Forked from conda-forge/halide-feedstock
A conda-smithy repository for halide.
Shell
-
buildbot Public
Forked from buildbot/buildbot
Python-based continuous integration testing framework; your pull requests are more than welcome!
Python
-
-
-
tensorflow Public
Forked from tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
C++
1,072 contributions in the last year
Contribution activity
April 2022
Created 12 commits in 2 repositories
Created a pull request in halide/Halide that received 6 comments
Drop support for LLVM12
Halide 15 only needs to support LLVM13 and LLVM13. Drop all the special-casing for LLVM12.
Opened 13 other pull requests in 2 repositories
halide/Halide
3
open
8
merged
-
Add
breakto avoid 'possible unintentional fallthru' warning - Silence "unknown warning" in Clang 13
-
Enable
bugprone-implicit-widening-of-multiplication-resultand fix … - Always mark _ucon as 'unused' in Codegen_C
- Upgrade to clang-format 13
-
Remove deprecated
Halide::Outputtype -
Remove deprecated
build()support from Generators - Fix "set but not used" warnings/errors
-
Halide::Tools::save_image() should accept buffers with
consttypes - Fix ctors for Realization
- Allow PyPipeline and PyFunc to realize() scalar buffers
halide/build_bot
2
merged
Reviewed 8 pull requests in 2 repositories
halide/Halide
6 pull requests
halide/build_bot
2 pull requests
Created an issue in halide/Halide that received 3 comments
Promises regarding aliasing input and output buffers should be improved
Currently, you can (theoretically) write a Halide AOT pipeline and schedule it in such a way that it is safe to do "in-place" work on an input (i.e…

