diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 35a3038de..a6a11dba4 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-08T17:43:27","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-14T19:34:23","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/CONTRIBUTING/index.html b/dev/CONTRIBUTING/index.html index 2d8856251..6b18a1e3a 100644 --- a/dev/CONTRIBUTING/index.html +++ b/dev/CONTRIBUTING/index.html @@ -5,4 +5,4 @@ julia +release~x64 test/runtests.jl --overwrite
The test suite takes a while to run. You can filter to only run a selection of test suites by specifying them as positional arguments, e.g.
./test/runtests.jl constructors conversions representation
This information is summarized with ./test/runtests.jl --help
finch-tensor-python contains a separate Array API compatible test suite written in Python. It requires Python 3.10 or later and Poetry installed.
It can be run with:
git clone https://github.com/finch-tensor/finch-tensor-python.git
cd finch-tensor-python
poetry install --with test
-FINCH_REPO_PATH=<PATH_TO_FINCH_REPO> poetry run pytest tests/
The Finch test suite includes a benchmarking script that measures Finch performance on a variety of kernels. It also includes some scripts to help compare Finch performance on the feature branch to the main branch. To run the benchmarking script, run ./benchmarks/runbenchmarks.jl
. To run the comparison script, run ./benchmarks/runjudge.jl
. Both scripts take a while to run and generate a report at the end.
The /docs
directory includes Finch documentation in /src
, and a built website in /build
. You can build the website with ./docs/make.jl
. You can run doctests with ./docs/test.jl
, and fix doctests with ./docs/fix.jl
, though both are included as part of the test suite.
Settings
This document was generated with Documenter.jl version 1.7.0 on Friday 8 November 2024. Using Julia version 1.11.1.