inducer / inducer/loopy

How should domain trees be deduced/specified?

Open
#127 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.