Commit Graph

25 Commits

Author SHA1 Message Date
Doğukan Tuna
21f8a0646d [DOCS] Minor README.md (#470)
Added binary distribution for quick installation
2022-03-05 00:50:37 -08:00
Philippe Tillet
d132b7442b [DOCS] Minor README edits 2021-09-28 00:39:33 -07:00
Philippe Tillet
44442db96e [VERSION] Bumped to 1.1 (#313) 2021-09-28 00:25:42 -07:00
Philippe Tillet
3cb77aa126 [README] Added "we're hiring!" with link to some of our blog posts (#180) 2021-08-02 16:46:26 -07:00
Ikko Ashimine
2293afece7 [README] GitHub format (#165)
Github -> GitHub
2021-07-30 09:47:08 -07:00
Philippe Tillet
cb5c280691 [DOCS] Added contributions section to README.md 2021-07-29 11:40:34 -07:00
Philippe Tillet
046160b7f4 [README] Update Wheels badge URL 2021-07-28 02:04:41 -07:00
Philippe Tillet
acd5e44611 [GENERAL] Some minor improvements here and there to build systems and docs (#148) 2021-07-28 01:51:17 -07:00
Justin Jay Wang
8ddf909093 Add logo to README (#146) 2021-07-27 23:38:04 -07:00
Philippe Tillet
997e54e3bf [DOCS] Added non-tutorial documentation pages 2021-07-27 12:38:49 -07:00
Philippe Tillet
d6f18742b1 [README] Now linking to the documentation 2021-07-27 12:38:49 -07:00
Jason Ansel
dcd14c4e8d [DOCS] Fix links in README.md (#66) 2021-07-27 12:38:49 -07:00
Philippe Tillet
b301c2d199 [CI] Updated build status URL 2021-07-27 12:38:49 -07:00
Philippe Tillet
3a4638f14d [CI] Updated trigger rules and status badge link 2021-07-27 12:38:48 -07:00
Philippe Tillet
5522a8bdb4 [GENERAL] Added continuous integration 2021-07-27 12:38:48 -07:00
Philippe Tillet
269ebc12e5 [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-07-27 12:38:48 -07:00
Philippe Tillet
50587bbf4b [General] LLVM-9 -> LLVM-10 2021-07-27 12:38:48 -07:00
Philippe Tillet
ca5b7c5df4 [README] Changed requirement to LLVM-9 2021-07-27 12:38:48 -07:00
Philippe Tillet
0c5bd7563a [README] Improved wording 2021-07-27 12:38:48 -07:00
Philippe Tillet
9984ee8c7a [DOCS] Added pip command in README.md 2021-07-27 12:38:48 -07:00
Philippe Tillet
b3c03e24de [DOCUMENTATION] Updated installation instructions in README.md 2021-07-27 12:38:48 -07:00
Philippe Tillet
d7a781dd40 [DOCS] Fixed README.md 2021-07-27 12:38:48 -07:00
Philippe Tillet
7a40077bfd [README] Added comment about ISAAC 2021-07-27 12:38:48 -07:00
Philippe Tillet
327ae489df [GENERAL] Updated README.md 2021-07-27 12:38:48 -07:00
Philippe Tillet
6d7cf35123 History prior to this date belonged to the now deprecated ISAAC project, and was deleted to save space 2021-07-27 12:38:38 -07:00