-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Benchmark Tests | ||
|
||
This directory contains a series of benchmark tests designed to evaluate performance. The test files are located in the `src/basic` and `src/model` folders, specifically: | ||
|
||
- `basic` folder: Contains tests for basic matrix operations, event-driven CSR matrix operations and jitconn matrix operations. | ||
- `model` folder: Contains tests for complex models, such as `test_COBA.py` and `test_MultipleArea.py`. | ||
|
||
|
||
To run these tests, ensure all necessary dependencies are installed. You can install the dependencies using the following command: | ||
|
||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
or if you are using a CUDA-enabled GPU, you can install the dependencies using the following command: | ||
|
||
```bash | ||
pip install -r requirements_cuda.txt | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ taichi==1.7.0 | |
brainpylib==0.2.6 | ||
pandas | ||
matplotlib | ||
seaborn | ||
seaborn | ||
numpy==1.26.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
jax[cuda12_pip]==0.4.14 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html | ||
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html | ||
jax[cuda12_pip]==0.4.14 | ||
brainpy==2.4.6.post5 | ||
taichi==1.7.0 | ||
brainpylib==0.2.6 | ||
brainpylib-cu12x==0.2.6 | ||
pandas | ||
matplotlib | ||
seaborn | ||
seaborn | ||
numpy==1.26.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters