Hesam Salehipour
Hesam Salehipour
Lots of changes and refactoring! This PR should have both Regularized BC and Zouhe BC working correctly under both 'velocity' and 'pressure' boundary types. in Both JAX and Warp
- Pull the latest code in major_refactoring branch (e.g after this [PR](https://github.com/Autodesk/XLB/commit/38431881b62c69cdf04b546107e8aaa4fcf7c7cb) ) - Put a break point in L187 of wind tunnel example [here](https://github.com/Autodesk/XLB/blob/38431881b62c69cdf04b546107e8aaa4fcf7c7cb/examples/cfd/windtunnel_3d.py#L187) - Run in debug mode...
## Contributing Guidelines Merged XLB main into MRES branch and some other cleanup - [x] I have read and understood the [CONTRIBUTING.md](https://github.com/Autodesk/XLB/blob/main/CONTRIBUTING.md) guidelines ## Description ## Type of change -...
## Contributing Guidelines - [x] I have read and understood the [CONTRIBUTING.md](https://github.com/Autodesk/XLB/blob/main/CONTRIBUTING.md) guidelines ## Description The MLUPs performance of KBC has been improved by this simple combination of calls to...
This issue can be easily reproduced on main branch and running the windtunnel_3d example or any other example with more than 3 BCs. - add `wp.config.max_unroll = 3` to the...
`wp.config.max_unroll = 32 (> 27)` needs to be added before `xlb.init()` function to avoid perf drop.
This will help to unify a but more Neon and Warp backends.