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
333 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in pytorch/pytorch that received 6 comments
Doc fix for complex views
+4
−4
•
6
comments
- Simplify complex case for tanh backward
- Simplify complex case for `div_cpu`
- Port addmm, addbmm, addr to ATen (CUDA)
- Let exp support complex types on CUDA and enable device/dtype in complex tests
- Add at::tensor(complex) and torch::tensor(complex) overload
- Clean up thrust::complex from tanh_backward
- Overload complex math functions on both :: and std::
- torch.complex and torch.complex_polar
- Migrate AT_DISPATCH_COMPLEX_TYPES to c10::complex
Created an issue in google/jax that received 7 comments
Complex derivative for conjugate
The obtained result seems to be inconsistent with the formula stated in this comment For conjugate function, the matrix equals [[1, 0], [0, -1]], s…
7
comments