8000 Tags · galeselee/taichi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: galeselee/taichi

Tags

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0

v0.9.2

Toggle v0.9.2's commit message
Release v0.9.2

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[bug] [llvm] Initialize the field to 0 when finalizing a field (taich…

…i-dev#4463)

* [bug] [llvm] Initialize the field to 0 when finalizing a field

* add test

* fix test

* fix

* fix

* disable test_indices_assert

* debug

* debug

* fix

* fix test_indices_assert

* remove comment

* fix test

* fix test

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[test] Add a test for simple_derivative example (taichi-dev#4323)

* [Test] Add UT about simple_derivative

* 🎨 use create dir func in test_utils

* Auto Format

* ✅ add test_simple_derivative

Co-authored-by: Taichi Gardener <taichigardener@gmail.com>

v0.8.11

Toggle v0.8.11's commit message
[bug] Fix warnings on external functions on windows (taichi-dev#4079)

* [bug] Fix warnings on external functions on windows

* fix pylint

* fix

v0.8.10

Toggle v0.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[bug] Fix bug that building with TI_WITH_LLVM=OFF will fail (taichi-d…

…ev#4043)

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ci] Install torch for windows release (taichi-dev#3932)

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[misc] Fix postsubmit status in README.md by replacing it with publis…

…hing checks (taichi-dev#3840)

* [misc] Fix postsubmit status in Readme.md

* update naming

v0.8.7

Toggle v0.8.7's commit message
[refactor] Merge taichi.misc into taichi.tools.

`taichi_logo` uses high level `ti.func` decorator so importing it can
easily cause circular import. This PR moves it out of `tools/__init__.py`.

ghstack-source-id: 8f85301
Pull Request resolved: taichi-dev#3727

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Lang] Check version when importing taichi instead of when using ti (t…

…aichi-dev#3598)



* [Lang] Check version when importing taichi instead of when using ti


* use urllib instead of requests to avoid importing external lib
0