Commit Graph

3 Commits

Author SHA1 Message Date
Philippe Tillet
8b18c19875 [GH-PAGES] Updated documentation to include ipynb from tutorials 2021-03-06 03:02:48 -05:00
Philippe Tillet
a4dc56ee57 [GH-PAGES] Added .nojekyll file 2021-03-05 22:48:33 -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