[GH-PAGES] Updated website
4
v1.1.1/.buildinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 1ec0e135eb9f993d7efe807dec399eb0
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
BIN
v1.1.1/.doctrees/environment.pickle
Normal file
BIN
v1.1.1/.doctrees/getting-started/installation.doctree
Normal file
BIN
v1.1.1/.doctrees/index.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/generated/triton.Config.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/generated/triton.autotune.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/generated/triton.heuristics.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/generated/triton.jit.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/triton.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/triton.language.doctree
Normal file
BIN
v1.1.1/.doctrees/python-api/triton.testing.doctree
Normal file
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -44,7 +44,7 @@ You can then test your installation by running the unit tests:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install -e '.[tests]'
|
||||
pip install -r requirements-test.txt
|
||||
pytest -vs test/unit/
|
||||
|
||||
and the benchmarks
|