Skip to content

Commit

Permalink
[DOCS] update installation doc and add gitignore (triton-lang#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Min Xu <min.xu.public@gmail.com>
  • Loading branch information
min-xu-ai and flying-x authored Sep 13, 2021
1 parent 4163d32 commit cecca90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
__pycache__
.pytest_cache

python/build/
python/triton.egg-info/
python/triton/_C/libtriton.so
3 changes: 2 additions & 1 deletion docs/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ You can then test your installation by running the unit tests:

.. code-block:: bash
pip install -r requirements-test.txt
pytest -vs .
and the benchmarks

.. code-block:: bash
cd bench/
python -m run --with-plots --result-dir /tmp/triton-bench
python -m run --with-plots --result-dir /tmp/triton-bench
1 change: 1 addition & 0 deletions python/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scipy >= 1.7.1

0 comments on commit cecca90

Please sign in to comment.