-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from loliverhennigh/backend_exposure
xlb refactor
- Loading branch information
Showing
54 changed files
with
4,734 additions
and
1,813 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,14 @@ | ||
# Performance Comparisons | ||
|
||
This directory contains a minimal LBM implementation in Warp, Numba, and Jax. The | ||
code can be run with the following command: | ||
|
||
```bash | ||
python3 lattice_boltzmann.py | ||
``` | ||
|
||
This will give MLUPs numbers for each implementation. The Warp implementation | ||
is the fastest, followed by Numba, and then Jax. | ||
|
||
This example should be used as a test for properly implementing more backends in | ||
XLB. |
Oops, something went wrong.