Block or Report
Block or report ailzhang
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
Implement "A multi-level solution algorithm for steady-state markov chains" by Graham Horton etc.
Python 1
-
pytorch Public
Forked from pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
C++ 1
-
-
vision Public
Forked from pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
Jupyter Notebook
-
examples Public
Forked from pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Python 1
1,019 contributions in the last year
Activity overview
Contribution activity
November 2021
Created 26 commits in 1 repository
Created a pull request in taichi-dev/taichi that received 5 comments
Opened 20 other pull requests in 1 repository
taichi-dev/taichi
18
merged
2
open
- [ci] Minor fix for windows release upload.
- [opengl] Use separate ssbo for external arrays.
- [refactor] Rename Context to RuntimeContext.
- [doc] Remove ti format in doc.
- [opengl] Unify windows path to posix format in python.
- [opengl] Make windows path in saved aot json human readable.
- [misc] Temporarily disable clang-tidy check.
- [misc] Version bump: v0.8.5->v0.8.6.
- [misc] Remove regex in TextSerializer.
- [misc] Fix python wheel versioning.
- [misc] Version bump: v0.8.4->v0.8.5.
- [gui] Show f16 image as f32.
- [OpenGL] Add mem_offset_in_parent to serialized file in AOT.
- [opengl] Save opengl aot data in json format.
- [refactor] Remove handling for real types in set_arg_int.
- [refactor] Remove handling for real types in set_arg_int.
- [Lang] Fp16 interacts with pytorch.
- [llvm] Basic f16 support
- [opengl] Only run preprocess_kernels when glslc is available.
- [opengl] Expose allow_nv_shader_extension in compileconfig.
Reviewed 67 pull requests in 1 repository
taichi-dev/taichi
67 pull requests
- [opengl] Use separate ssbo for external arrays.
- [refactor] Decouple KernelProfilerBase::sync() from Program::synchronize()
- [metal] Add a TI_WITH_METAL option
- [doc] Create CONTRIBUTING.md
- [ci] Fix release action now being able to be triggered manually
- [refactor] Enable the new ast builder by default
- [vulkan] Update unix_build.sh to install molten
- [CUDA] Fix a misuse of std::move: address of stack memory associated with temporary object of type std::lock_guard<std::mutex> returned to caller
- [pypi] Add PEP 517 build specification
- [Lang] Fix pylint rule W0404
- [Lang] Fix pylint rule R1703
- [Lang] Fix pylint rule R0205
- [misc] Enable clang-tidy check in CI
- [Lang] Fix pylint rule W0611
- [ci] Report error if upload fails
- [IR] Enforce type check for all expressions
- [Bug] [ir] Visit RangeForStmt in IdentifyValuesUsedInOtherOffloads
- [vulkan] Try to enable Vulkan test in macOS presubmit
- [Lang] User-friendly exception when copying between ti.field
- [refactor] [bug] Eliminate failing tests on the new AST builder
- [misc] Add default values of TI_VERSION
- [IR] Add type inference for loop variables
- [IR] Add type_check for Atomic/SNodeOpExpression
- [IR] Add type_check for RangeAssumption/LoopUnique/ExternalTensorShapeAlongAxisExpression
- [llvm] Support atomic operations of f16
- Some pull request reviews not shown.
Created an issue in taichi-dev/taichi that received 3 comments
Move python/build.py to misc
python/build.py is the entry point where we build python wheels, it should live in misc instead of python folder.
Fixing this might require making …
Opened 12 other issues in 1 repository
taichi-dev/taichi
5
open
7
closed
- linter check script to do yapf & clang-format &clang-tidy & pylint
- Automatically approve first time contributor's workflow
- Provide an option to disable arch fallback
- buildbot2 fail to run opengl tests
-
Remove
ti testcommand in the release taichi package - CI job should fail when upload fails
- Support /rebase in PR comment
- Create a bash script for windows dev install
- Test opengl backend for windows CI
- Refactor atan2/pow codegen in codegen_llvm.cpp
- Properly support printing taichi data type string
- revert https://github.com/taichi-dev/taichi/pull/2486