The Wayback Machine - https://web.archive.org/web/20220602034714/https://github.com/malfet
Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report malfet

Report abuse

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

Report abuse

Popular repositories

  1. thrust Public

    Forked from NVIDIA/thrust

    Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL).

    C++ 1

  2. C++ 1

  3. My Web experiments

    HTML 1 1

  4. pytext Public

    Forked from facebookresearch/pytext

    A natural language modeling framework based on PyTorch

    Python 1

  5. Clone of https://gitlab.mpcdf.mpg.de/mtr/pocketfft

    C 1

3,064 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri
Activity overview
Contributed to pytorch/pytorch, pytorch/builder, malfet/deleteme and 44 other repositories

Contribution activity

June 2022

Created 3 commits in 2 repositories

Created a pull request in pytorch/pytorch that received 10 comments

[MPS] Do not pass linker command to a compiler

-weak_framework is a linker rather than a compiler option and as such it should not be passed as CXX flag Also, use string(APPEND rather than set(F…

+2 −1 10 comments
Opened 6 other pull requests in 4 repositories

Created an issue in pytorch/pytorch that received 2 comments

Nightly pytorch linux builds no longer contain git_version

🐛 Describe the bug For example: $ python3 -c "import os;import torch;print(os.uname()[0], torch.__version__, torch.version.git_version)" Linux 1.13…

2 comments