Commit Graph
7 Commits
Author SHA1 Message Date
geohot 66634c643e test unit should pass on NULL device 2026-02-03 00:11:24 +08:00
George HotzandGitHub 63c46e0287 Parens and gls (#1768)
* more paren stripping

* remove global and local size from renderers

* complex strip parens

* extra helpers + minor webgpu fix

* fix test uops

* one more parens test
2023-09-04 16:09:01 -07:00
qazalandGitHub 3515ba4f23 add dtypes test (#1682) 2023-08-28 08:12:15 -07:00
chenyuandGitHub 11dd9b1741 symbolic codegen and exec (#1552)
* symbolic codegen and exec

* fix and add test

* no sketchy

* merge_dicts type

* dtypes._arg_int32
2023-08-16 14:43:41 -07:00
Alex TelonandGitHub 7325bc914f fix: Context (#1430)
* Fixed issue in Context

* Cleaned up fix

Now that DEBUG.value = 3 always works we can do so in __new__ as well.
2023-08-04 10:53:48 -04:00
Alex TelonandGitHub b66361843a Timing and Context can now be used as decorators (#1385)
* Context and Timing can now be used as decorators

* Using Timing decorator in quickstart.md

The time formating is better and is a useful tool to learn.

Old: Time: 3.5260659999912605
New: Time: 3526.14 ms

* Updated env_vars documentation for Context

* Added test for Context decorator

* Put new import on same line as others
2023-08-01 17:16:10 -07:00
Alex TelonandGitHub 2d10e0340e Refactored ContextVars (#1331) 2023-07-31 15:44:46 -04:00