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
Popular repositories
-
-
-
Forked from mmp/pbrt-v2
Source code for the version of pbrt described in the second edition of "Physically Based Rendering"
C
-
Forked from dritchie/terra-ad
Reverse-mode automatic differentiation for Terra through operator overloading. Heavily influenced by the design of [Stan](http://mc-stan.org/)
Perl
792 contributions in the last year
Contribution activity
October 2020
Created a pull request in pytorch/pytorch that received 5 comments
[fx] make sure args/kwargs are immutable
Stack from ghstack: #45193 [fx] allow custom behavior for args, kwargs, and bool #46121 [fx] make sure args/kwargs are immutable Otherwise, mutat…
- [WIP] Move torch.fx into its own target
- [fx] Refactor Tracer so that find_module and root args creation could be overridden by implementations
- [FX] Make `graph_copy` examine existing values in val_map
- [FX] Track use nodes in Node
- [FX] Mutable Graph APIs
- [FX] Make Tracer.trace() just return a Graph
- [FX] Make output a non-special Node
Created an issue in pytorch/pytorch that received 5 comments
`__torch_function__` does not get call for torch.Tensor's `__getitem__` syntax
tensor_val[my_custom_type_with_torch_function], the __torch_function__ call is not invoked on my_custom_type_with_torch_function …