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 |
|
chenyu
|
12ec02d6a3
|
docs: example formatting, multi examples, activation inputs (#4709)
|
2024-05-23 23:39:02 -04:00 |
|
chenyu
|
8aee3f5a9a
|
docs: split, chunk, pad2d, flatten, unflatten (#4706)
|
2024-05-23 20:34:40 -04:00 |
|
wozeparrot
|
30b07f3c5d
|
reduce ops (#4690)
|
2024-05-22 16:20:56 -07:00 |
|
wozeparrot
|
6020595eb0
|
more tensor.py docs (#4686)
wow much docs
|
2024-05-22 21:28:26 +00:00 |
|
chenyu
|
f8f97562e0
|
remove File Specific Variables from env_vars.md (#4684)
|
2024-05-22 17:00:14 -04:00 |
|
chenyu
|
d70988dddf
|
add blob and raw=true for image in docs showcase (#4632)
this should render the image correctly
|
2024-05-17 16:57:15 -04:00 |
|
George Hotz
|
ff64bcab69
|
move graph/search to engine (#4596)
|
2024-05-14 23:12:59 -07:00 |
|
George Hotz
|
9425973bc7
|
docs cleanup and move (#4593)
* cleanup and move
* docs-legacy is gone
* don't update setup.py
|
2024-05-14 20:44:59 -07:00 |
|
George Hotz
|
7a26bdac65
|
move scheduleitem to schedule.py (#4541)
* move scheduleitem to schedule.py
* don't need that type checking anymore
|
2024-05-11 21:13:04 -07:00 |
|
George Hotz
|
922e6e056a
|
hotfix: fix docs
|
2024-05-10 21:51:35 -07:00 |
|
Nicklas Boman
|
cc33947fa5
|
Update links in new docs (#4363)
tensor and nn links to tensor.md and nn.md
|
2024-05-08 06:13:00 -07:00 |
|
George Hotz
|
995d264666
|
hotfix: add CNAME to put docs at docs.tinygrad.org
|
2024-04-30 23:17:35 -07:00 |
|
George Hotz
|
d325be2540
|
update docs (#4356)
* update docs
* nn.md
* mnist cleanups
* rhip test is very slow
|
2024-04-30 16:51:42 +09:00 |
|