Productive, portable, and performant GPU programming in Python.
COMMITS
/ tests/python/test_function.py October 31, 2023
L
[Lang] Move real function out of the experimental module (#8399)
Lin Jiang committed
July 14, 2023
L
[bug] Fix the continue statement in real function
lin-hitonami committed
L
[bug] Let the outermost for loop in real function breakable
lin-hitonami committed
June 16, 2023
L
[Lang] Support matrix return value for real function
lin-hitonami committed
June 14, 2023
A
[lang] Include argument name in error message (#8180)
Ailing committed
June 6, 2023
L
[opt] Properly handle FuncCallStmt in CFG and simplify passes (#8139)
Lin Jiang committed
May 17, 2023
L
[lang] Added u1 as boolean type to taichi lang, replacing i32
listerily committed
April 27, 2023
A
[cuda] Only set CU_LIMIT_STACK_SIZE when necessary (#7906)
Ailing committed
April 17, 2023
P
[misc] Relax Black formatter line length limit to 120 (#7824)
Proton committed
April 16, 2023
P
[misc] Switch code formatter from `yapf` to `black` (#7785)
Proton committed
January 17, 2023
Z
[bug] Fix check_matched() failure with Ndarray holding TensorType'd element (#7178)
Zhanlue Yang committed
December 23, 2022
Y
[bug] Allow StructType as type hint to ti.func (#6964)
Yi Xu committed
December 13, 2022
November 28, 2022
L
[llvm] Support nested struct with matrix return value on real function (#6734)
Lin Jiang committed
November 24, 2022
L
[llvm] Let real function support returning struct (#6614)
Lin Jiang committed
November 22, 2022
H
[Lang] Deprecate field_dim in ndarray annotation (#6687)
Haidong Lan committed
November 18, 2022
H
[Lang] [ci] Clean element shape in tests (#6643)
Haidong Lan committed
November 17, 2022
H
[ci] Revert "[Lang] [ci] Remove element shape and element dim in unit tests" (#6638)
Haidong Lan committed
H
[Lang] [ci] Remove element shape and element dim in unit tests (#6620)
Haidong Lan committed
November 16, 2022
P
[test] Tuning CUDA tests resource consumption (#6625)
Proton committed
November 15, 2022
P
[ci] CUDA tests speed up (#6516)
Proton committed
November 10, 2022
H
[ci] Skip match_any and match_all intrinsics for Pascal (#6555)
Haidong Lan committed
P
[ci] Marker for running resource intensive tests in serial (#6565)
Proton committed
November 7, 2022
L
[lang] Add support for real matrix args on real function (#6522)
Lin Jiang committed
November 3, 2022
L
[lang] Support matrix args on real function (#6493)
Lin Jiang committed
October 31, 2022
Z
[lang] MatrixType bug fix: Demote ret_type for ArgLoadStmt after scalarization (#6433)
Zhanlue Yang committed
October 27, 2022
L
[CUDA] Add maximum stack limit to CompileConfig (#6455)
Lin Jiang committed
L
[llvm] Allocate RuntimeContext on heap (#6420)
Lin Jiang committed
October 12, 2022
Z
August 24, 2022
Z
[bug] Enabled NdarrayType & MatrixType annotation parsing for ti.func (#5814)
Zhanlue Yang committed
May 12, 2022
L
[lang] Add reference type support on real functions (#4889)
Lin Jiang committed
March 18, 2022
X
[bug] [opt] Fix some bugs when deal with real function (#4568)
Xiangyun Yang committed
L
March 15, 2022
L
[bug] [lang] Cast the arguments of real function to the desired types (#4538)
Lin Jiang committed
March 9, 2022
L
[test] Add test for recursive real function (#4477)
Lin Jiang committed
March 8, 2022
L
[llvm] Support real function with single scalar return value (#4452)
Lin Jiang committed
March 7, 2022
L
[lang] Add decorator ti.experimental.real_func (#4458)
Lin Jiang committed
March 4, 2022
L
[llvm] Support real function which has scalar arguments (#4422)
Lin Jiang committed
February 10, 2022
A
[ci] Move _testing.py into tests folder (#4247)
Ailing committed
January 28, 2022
L
remove KernelDefError KernelArgError InvalidOperationError (#4166)
Lin Jiang committed
December 24, 2021
Y
[refactor] Remove legacy helper functions for testing (#3874)
Yi Xu committed
November 30, 2021
L
[error] Add line number and source code to exception (#3637)
lin-hitonami committed
September 16, 2021
September 15, 2021
S
[Lang] Fix ti func with template and add corresponding tests (#2871)
squarefk committed
August 20, 2021
S
[Test] Unify tests decorators with @ti.test() (#2674)
squarefk committed
June 22, 2021
X
[ir] [bug] Make control-flow graph take function call into account (#2448)
xumingkuan committed
June 20, 2021
Y
[ir] [bug] Skip test_template (#2444)
Ye Kuang committed
May 18, 2021
X
[Refactor] Add a class Callable to unify Kernel and Function (#2338)
xumingkuan committed
May 12, 2021
X
[IR] Experimental real function support (Stage 1) (#2306)
xumingkuan committed