The Wayback Machine - https://web.archive.org/web/20200703130834/https://github.com/ezyang
Skip to content

Highlights

  • Pro

Organizations

@barnowl @ghc @sipb

Pinned

  1. Standards compliant HTML filter written in PHP

    PHP 1.9k 251

  2. A quick and efficient way of pushing changed files to a website via FTP

    Python 486 66

  3. ghc --make reimplemented with Shake

    Haskell 28

  4. Forked from haskell/cabal

    Official upstream development repository for Cabal and cabal-install

    Haskell 7

  5. Tensors and Dynamic neural networks in Python with strong GPU acceleration

    C++ 14 5

  6. Compact regions library for Haskell

    Haskell 71 4

3,192 contributions in the last year

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

Contribution activity

July 2020

Created a pull request in pytorch/pytorch that received 1 comment

If ninja is being used, force build_ext to run.

As ninja has accurate dependency tracking, if there is nothing to do, then we will very quickly noop. But this is important for correctness: if a c…

+5 −0 1 comment

Created an issue in pytorch/pytorch that received 1 comment

[JIT] list() builtin doesn't work on tensors

Workaround is to call tolist() on the Tensor, but it would be better if list(tensor) worked directly. cc @suo @gmagogsfm

1 comment
You can’t perform that action at this time.