How should domain trees be deduced/specified?
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
@isuruf showed [this kernel](https://gist.github.com/isuruf/2b849518d1a44e015effd1813b980bfc), which can be reproduced approximately by running
```
SUMPY_NO_CACHE=1 pycl -m pudb test_fmm.py 'test_sumpy_fmm(cl._csc, LaplaceKernel(2), VolumeTaylorLocalExpansion,VolumeTaylorMultipoleExpansion)'
```
in https://github.com/inducer/sumpy.
The `if` is clearly emitted prematurely: It should only cover statements in `isrc`, but here it seems to cover the accumulator initialization and the result store.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.