The Wayback Machine - https://web.archive.org/web/20220410002800/https://github.com/steven-johnson
Skip to content
Avatar
  • Google
  • San Francisco, CA

Achievements

Achievements

Highlights

  • 4 discussions answered
Block or Report

Block or report steven-johnson

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Forked from neveragaindottech/neveragaindottech.github.io

    Source files for the neveragain.tech site

    HTML

  2. Forked from conda-forge/halide-feedstock

    A conda-smithy repository for halide.

    Shell

  3. buildbot Public

    Forked from buildbot/buildbot

    Python-based continuous integration testing framework; your pull requests are more than welcome!

    Python

  4. wabt Public

    Forked from WebAssembly/wabt

    The WebAssembly Binary Toolkit

    C++

  5. Utility to explode a tflite pipeline into individual ops for testing.

    C++

  6. Forked from tensorflow/tensorflow

    An Open Source Machine Learning Framework for Everyone

    C++

1,072 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

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.

+148 −260 6 comments

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…

3 comments