nimlgen
|
fff19b961b
|
docs: user runtime docs (#5756)
|
2024-07-27 23:21:54 +03:00 |
nimlgen
|
32b0c07d5a
|
docs: fix synchronization example in hcq (#5604)
|
2024-07-20 10:52:06 +03:00 |
chenyu
|
3acd8559f4
|
doc: variable names in abstractions2.py (#5591)
|
2024-07-19 17:06:15 -04:00 |
nimlgen
|
b1782e3fef
|
hcq refactor signal into class (#5575)
* hcq refactor signal into class
* fix amd
* amd do not use amd_signal_t
* cleanup
* signal setter
* fix linter
* docs
* more docs + types
* fix types
|
2024-07-19 23:23:05 +03:00 |
Francis Lata
|
2dc100c565
|
fix typo in runtime overview docs (#5588)
|
2024-07-19 22:00:15 +03:00 |
nimlgen
|
9d7edc9269
|
hcq rename HCQCompat -> HCQ (#5577)
|
2024-07-19 11:34:17 +03:00 |
kormann
|
c951bc99af
|
fix abstracions2 printout (#5557)
|
2024-07-18 21:21:45 +03:00 |
kormann
|
2c4add6844
|
pretty print lazy op per default (#5505)
* pretty lop
* min diff
* walrus
* fix
* min diff
* simplify
* pretty helper function
* ws
* pretty uop upat
* tests
* stricter tests
* test passes
* ws
* stronger upat test
* delete print_tree
* min diff
* stricter exp test
* fix merge
* stronger uops eval test
* +readable and deep upat test
* +readable and deep upat test
* sort inv fix
* fix
* revert allowed_len
|
2024-07-18 09:34:08 -07:00 |
George Hotz
|
fa7e734b49
|
MetaOps.KERNEL (#5543)
|
2024-07-17 19:41:23 -07:00 |
chenyu
|
0afcbfae84
|
docs: add Tensor.interpolate to doc page (#5510)
|
2024-07-16 14:17:19 -04:00 |
nimlgen
|
8dfd11c1d8
|
docs: hcq add types (#5495)
* docs: hcq add types
* linter
|
2024-07-15 22:14:48 +03:00 |
George Hotz
|
338b7590b9
|
hotfix: docs for BatchNorm
|
2024-07-15 12:04:17 -07:00 |
nimlgen
|
c9ec7ce070
|
start hcq docs (#5411)
* start hcq docs
* more hcq docs
* docs
* docs
* linter
* correct args
* linter
* ts returns int
|
2024-07-15 21:31:11 +03:00 |
nimlgen
|
604fb60143
|
docs: fix link to jit in env_vars (#5474)
|
2024-07-14 16:08:16 +03:00 |
chenyu
|
28972418c4
|
s/get_linearizer/get_kernel [run_process_replay] (#5467)
|
2024-07-13 20:32:22 -04:00 |
Simone Margaritelli
|
03c3b14cc2
|
docs: addded JIT description to dos/env_vars.md (#5445)
* docs: addded JIT description to dos/env_vars.md
* docs: rephrased JIT=2 in env_vars.md
|
2024-07-13 07:07:11 -07:00 |
chenyu
|
4df63da190
|
clean up rest of the loadop [run_process_replay] (#5440)
to metaop and filter_sink
|
2024-07-12 23:38:51 -04:00 |
George Hotz
|
6707c778d0
|
scheduleitem is not Tuple [run_process_replay] (#5425)
* scheduleitem is not Tuple [run_process_replay]
* fix tests
* fix op + fuzzers
* fix mop test
|
2024-07-12 15:13:19 -07:00 |
George Hotz
|
f6ef283e6a
|
s/loadops/metaops [run_process_replay] (#5421)
|
2024-07-12 13:26:50 -07:00 |
nimlgen
|
6604d2b2c3
|
amd/nv respect visible devs (#5409)
* nv/amd respect visible devices
* linter
* sort amd gpus
* env docs
|
2024-07-12 20:02:12 +03:00 |
wozeparrot
|
245d83a392
|
more tinybox docs (#5361)
|
2024-07-10 16:13:24 -07:00 |
Ian Paul
|
d5a68ae6b3
|
Simple abstractions3.py fix (#5343)
* abstractions3.py fix
* Add abstractions3.py to CI tests
|
2024-07-09 13:48:42 +03:00 |
chenyu
|
6856f915d6
|
Tensor.any and Tensor.all (#5320)
does not work in ptx yet due to how boolean tensor is handled
|
2024-07-07 14:36:00 -04:00 |
chenyu
|
c1e330f302
|
Tensor.int and Tensor.bool (#5317)
|
2024-07-07 11:52:58 -04:00 |
chenyu
|
b2c3a28a5e
|
nn.RMSNorm (#5272)
the norm itself has no significant value to add to Tensor method, but we would want Tensor.normalize
|
2024-07-02 21:39:01 -04:00 |
George Hotz
|
146eb3a811
|
hotfix: add repeat_interleave docs
|
2024-06-30 15:25:18 -07:00 |
George Hotz
|
7f46bfa587
|
hotfix: docs touchup
|
2024-06-28 14:36:20 -07:00 |
nimlgen
|
69f116a7e1
|
nv/amd profiler (#4718)
* nv/amd profiler
* fix
* fix
* profile copies
* profile logger
* fixes
* more fixes
* less lines and fixes
* fixes
* some linter
* back sync, no related change
* fix gpu2cpu time def
* simpler
* linter
* linter
* docs
* add add_event api
|
2024-06-23 17:10:12 +03:00 |
George Hotz
|
b69afc67d8
|
tinybox docs typo
|
2024-06-20 17:58:40 -07:00 |
George Hotz
|
6bc5e5f41c
|
start tinybox docs
|
2024-06-20 17:04:45 -07:00 |
chenyu
|
20b50d8d64
|
doc: manual_seed (#4987)
there was a docstring just not linked to the doc page. also updated the example to show re-seed instead of a internal variable
|
2024-06-15 19:57:26 -04:00 |
George Hotz
|
828c98d5c4
|
add slides from code europe to docs
|
2024-06-12 14:35:08 +02:00 |
nimlgen
|
654a8b9ef7
|
retire hsa (#4885)
* retire hsa
* EMULATE_AMD
|
2024-06-09 11:33:03 +03:00 |
George Hotz
|
052c928d06
|
hotfix: touchups from presentation
|
2024-06-04 16:31:03 +02:00 |
chenyu
|
e22cdb40f3
|
docs: fix mkdoc warnings and link to tensor.md (#4760)
|
2024-05-28 14:24:11 -04:00 |
wozeparrot
|
b2b49cef6f
|
split tensor docs (#4754)
|
2024-05-28 11:03:52 -07:00 |
chenyu
|
e614b7c696
|
docs: showcase remove mnist_gan and add conversation.py (#4757)
fixed both examples, and i think it's better to show conversation
|
2024-05-28 11:09:26 -04:00 |
chenyu
|
16756af13c
|
docs: polish tensor.py (#4750)
* docs: polish tensor.py
* don't change that
|
2024-05-27 20:00:56 -04:00 |
chenyu
|
c7beb36b73
|
docs: update page headers (#4748)
replaced the "Index" from Home page with "tinygrad documentation"
|
2024-05-27 18:04:14 -04:00 |
chenyu
|
db0e19fbd7
|
docs: minor update to quickstart (#4746)
update import, point to docs more, remove mention that assign to index not supported
|
2024-05-27 17:46:36 -04:00 |
wozeparrot
|
4cb38a15a5
|
tweak docs style (#4745)
|
2024-05-27 14:32:09 -07:00 |
chenyu
|
5b323d77db
|
docs: change nav structure and add repo_url (#4743)
tensor / function / dtype / nn under API now
|
2024-05-27 15:45:54 -04:00 |
wozeparrot
|
5c6af97436
|
nn docs (#4735)
|
2024-05-26 13:08:22 -07:00 |
wozeparrot
|
5f503226de
|
finish tensor docs (#4722)
|
2024-05-24 15:57:43 -07:00 |
chenyu
|
edf27470c1
|
docs: fix stack and add dtype.DType (#4721)
|
2024-05-24 18:23:01 -04:00 |
chenyu
|
a16d2572a0
|
docs: clean up mentions of mlops (#4720)
|
2024-05-24 17:49:32 -04:00 |
chenyu
|
ba116ff630
|
docs: fix mnist type and fixed seed and loss (#4717)
|
2024-05-24 16:18:30 -04:00 |
chenyu
|
a894209bf7
|
docs: add ConstType to dtypes, limit function to its member (#4714)
|
2024-05-24 14:22:34 -04:00 |
chenyu
|
a41701ce71
|
docs: elementwise ops (broadcasted) and update examples (#4713)
* docs: elementwise ops (broadcasted) and update examples
* fix where
* space
|
2024-05-24 13:19:21 -04:00 |
chenyu
|
a921f3317f
|
docs: move down tinygrad op and add missing methods (#4710)
|
2024-05-24 00:11:12 -04:00 |