Philippe Tillet
1caa8f007a
[GH-PAGES] Updated website
2022-02-09 01:09:10 +00:00
Philippe Tillet
9d95317e80
[GH-PAGES] Updated documentation
2021-03-06 17:29:46 -05:00
Philippe Tillet
8b18c19875
[GH-PAGES] Updated documentation to include ipynb from tutorials
2021-03-06 03:02:48 -05:00
Philippe Tillet
90f953931e
[DOCS] Updated and improved docs ( #73 )
2021-03-05 22:33:50 -05:00
Philippe Tillet
79d098450f
[PYTHON][TESTS][DOC] Various improvement of the API and code quality:
...
* Simplified `triton.kernel` API to achieve lower latency:
> .data_ptr() must now be passed as kernel argument. No more implicit
conversion from torch.tensor
> compilation options are now constant attributes, i.e., opt.d('VAR')
becomes opt.VAR
> torch.device must now be passed explicitly to triton.kernel (no
longer inferred from torch.tensor arguments)
* C++ tests moved to `python/tests/`
* C++ tutorial created in `tutorials/`
* Python tutorial created in python/tutorials/
* Version changed to 1.0alpha
* No longer copying C++ headers into the Python package
* added python/triton/ops/ package for pre-written Triton ops
2021-01-29 17:27:16 -05:00
Philippe Tillet
1a20099582
[DOCS] Now specifying pip command in installation.rst
2020-05-07 10:45:58 -04:00
jack-willturner
5fddc2062e
[DOCS] Transposition fix
2020-05-07 14:02:18 +01:00
jack-willturner
f5d47536c5
[DOCS] Matmul and vecadd working examples
2020-05-04 16:25:17 +01:00
Philippe Tillet
699711724a
[DOCS] Fixed typo: triton.function -> torch.autograd.Function
2020-03-13 11:44:55 -04:00
Philippe Tillet
7ee3380faf
[DOCS] Made documentation consistent with the new kernel API
2020-03-10 13:25:57 -04:00
Philippe Tillet
ae462e4fa1
[DOCS][TUTORIALS] Fixed typo
2020-02-10 04:22:45 -05:00
Philippe Tillet
0493863ee9
[DOC] Fixed formatting issues in tutorial
2020-02-10 03:27:36 -05:00
Philippe Tillet
868922e9b0
[DOC] Added more tutorials
2020-02-10 03:18:23 -05:00
Philippe Tillet
56330f1fdf
[DOC] Basic Sphynx skeleton
2020-02-10 01:56:45 -05:00
Philippe Tillet
6f5f511a33
[doc][pytriton] now showing full requirements of triton.function
2019-10-14 11:36:54 -04:00
Philippe Tillet
d7be0edb15
[documentation] swapped the order of pytriton and triton-c tutorial in README.md
2019-09-10 21:17:22 -04:00
Philippe Tillet
41acac6ba1
[documentation] added description of the __multipleof attribute
2019-09-10 14:16:52 -04:00
Philippe Tillet
df2455f4b8
[documentation][triton-c] grammar
2019-09-10 13:43:03 -04:00
Philippe Tillet
8111d56ee9
[documentation][triton-c] improved wording on Triton-C being
...
single-threaded
2019-09-10 13:36:34 -04:00
Philippe Tillet
7f21a63ae1
[documentation][triton-c] clearer motivations; now starting each snippet
...
with the language it's written in
2019-09-10 13:34:26 -04:00
Philippe Tillet
59c667801c
[documentation][triton-c] fixed syntax highlighting on conditional transposition example
2019-09-10 12:28:42 -04:00
Philippe Tillet
d3491e01a9
[documentation][triton-c] making it clearer that it is not (yet) an MLIR dialect
2019-09-10 12:27:28 -04:00
Philippe Tillet
ab33e84337
[documentation] improved wording in triton-c tutorial
2019-09-10 03:01:41 -04:00
Philippe Tillet
060498cad1
[documentation] fixed broken references in PyTriton tutorial
2019-09-10 01:36:11 -04:00
Philippe Tillet
3c88a206c3
[documentation] fixed formating issue in pytriton tutorial
2019-09-10 01:33:30 -04:00
Philippe Tillet
898b116f30
[documentation] added pytriton tutorial
2019-09-10 01:32:31 -04:00
Philippe Tillet
e1019cff3a
[documentations] updated pytriton tutorial
2019-09-10 00:35:02 -04:00
Philippe Tillet
7d3fb6c390
[documentation] updated triton-c tutorial
2019-09-09 19:02:57 -04:00
Philippe Tillet
b953051eee
[documentation] improved wording of triton-c tutorial
2019-09-09 04:09:23 -04:00
Philippe Tillet
4a69af08e7
[documentation] added README.md and first part of the Triton-C tutorial
2019-09-09 02:29:18 -04:00