Productive, portable, and performant GPU programming in Python.
COMMITS
/ tests/python/test_return.py November 17, 2023
L
[Doc] Remove the limit on kernel argument size (#8408)
Lin Jiang committed
October 31, 2023
L
[Lang] Move real function out of the experimental module (#8399)
Lin Jiang committed
July 11, 2023
June 25, 2023
L
[Lang] Let kernel support return type annotated with 'typing.Tuple'
lin-hitonami committed
L
[Lang] Support tuple return value for kernel and real function
lin-hitonami committed
June 16, 2023
June 9, 2023
L
[lang] Added frontend type check for structs
listerily committed
L
[lang] Added type check for return value
listerily committed
May 23, 2023
April 16, 2023
P
[misc] Switch code formatter from `yapf` to `black` (#7785)
Proton committed
March 14, 2023
L
[bug] Fix returning struct containing vec3 (#7552)
Lin Jiang committed
December 27, 2022
A
[opengl] Add ti.gles arch and enable tests (#6988)
Ailing committed
October 19, 2022
L
[bug] Fix returning uint64 as signed integer (#6364)
Lin Jiang committed
March 30, 2022
L
[bug] Fix void return (#4654)
Lin Jiang committed
March 21, 2022
Y
[test] Fix ill-formed test_binary_func_ret (#4587)
Yi Xu committed
February 10, 2022
A
[misc] Use test_utils.approx directly (#4252)
Ailing committed
A
[ci] Move _testing.py into tests folder (#4247)
Ailing committed
January 25, 2022
A
[test] Remove approx at top level.
Ailing Zhang committed
December 24, 2021
Y
[refactor] Remove legacy helper functions for testing (#3874)
Yi Xu committed
December 15, 2021
L
[Lang] Enforce single deterministic return in taichi kernels and functions (#3795)
lin-hitonami committed
December 14, 2021
L
[refactor] Move ti.lib to ti._lib and move ti.core to ti._lib.core (#3731)
lin-hitonami committed
November 30, 2021
L
[error] Add line number and source code to exception (#3637)
lin-hitonami committed
August 20, 2021
S
[Test] Unify tests decorators with @ti.test() (#2674)
squarefk committed
August 13, 2020
X
[test] Replace ti.var by ti.field in tests starting with r-z (#1684)
Xudong Feng committed
June 30, 2020
T
[misc] Format the C backend (#1364)
Taichi Gardener committed
May 8, 2020
March 19, 2020
T
Reformat everything (#617)
Taichi Gardener committed
February 28, 2020
X
Frontend kernel/function structure checking (#544)
xumingkuan committed