 chenyuandGitHub
|
ad24750487
|
const(value, dtype) -> const(value).cast(dtype) in tests (#17335)
|
2026-07-31 13:24:31 -04:00 |
|
 chenyuandGitHub
|
8e2f175542
|
const(dtype, b) -> const(b, dtype) [PR] (#17328)
prep for dtype removal
|
2026-07-31 09:46:37 -04:00 |
|
 George HotzandGitHub
|
52c9e5a99e
|
rename LOOP -> WEAK and STRONGLOOP -> LOOP (#17283)
|
2026-07-29 10:38:36 -07:00 |
|
 chenyuandGitHub
|
13ca9bd8a6
|
remove dtypes.index again (#17104)
also reverted some dtype change, the split made things needlessly complicated
|
2026-07-20 20:30:04 -04:00 |
|
 chenyuandGitHub
|
ba2c68b1ed
|
start dtypes.index [PR] (#16949)
|
2026-07-09 15:12:23 -04:00 |
|
 George HotzandGitHub
|
6b8b2f5aeb
|
remove PtrDtype from tests (#16896)
* remove PtrDtype from tests
* fixes
* not needed
* no -1
|
2026-07-06 18:22:22 -07:00 |
|
 George HotzandGitHub
|
1e7f1dcf49
|
add ParamArgs [pr] (#16421)
* add ParamArgs
* fix export
* cleanups
* fixes
* simpler
|
2026-05-28 19:17:17 -07:00 |
|
 nimlgenandGitHub
|
4164666c72
|
programinfo (#15942)
* programinfo
* fix
* m
* x
* x
* changes
* x
* fix
* rm
|
2026-04-27 23:12:03 +03:00 |
|
 chenyuandGitHub
|
da1700e16b
|
dtypes.index -> dtypes.weakint (#15377)
|
2026-03-20 01:08:46 -04:00 |
|
 George HotzandGitHub
|
6cbcf98627
|
KernelInfo is required on get_program (#14571)
* rangeify always adds KernelInfo
* fix tests
* skip flaky test
|
2026-02-06 10:49:27 +08:00 |
|
 George HotzandGitHub
|
dd2de4f838
|
rename all DEFINE_GLOBAL to PARAM (#14511)
|
2026-02-03 15:09:38 +08:00 |
|
 George HotzandGitHub
|
dc77b3318b
|
move files that pass with NULL=1 to test/null (#14508)
* move files that pass with NULL=1 to test/null
* fix windows
* cpu 0
* bugfix + durations
|
2026-02-03 13:52:36 +08:00 |
|