Jonathan Deakin

Results 15 issues of Jonathan Deakin

Currently the machinery should work for acoustics, which is a scalar equation. But we have not yet tested for any physics with a FieldDim > 1. Without a test case...

enhancement
help wanted

Quite a lot of functions are missing docstrings, and most with docstrings are missing the function signatures. See [Julia documentation](https://docs.julialang.org/en/stable/manual/documentation/) for recommendations on how to write docstring.

When calling name on a shape, like this: ```julia name(shape::Circle) = "Circle" ``` coverage says that it is [not covered](https://coveralls.io/builds/17369411/source?filename=src/shapes/circle.jl#L11) but it is [called in tests](https://github.com/jondea/MultipleScattering.jl/blob/7c0164906919b64569041882d78a21845f26f937/test/shapetests.jl#L25). I also have the...

# Summary `brgconv:sve_256` uses a lot of memory. Specifically, we were finding that our test runners were failing when running `test_benchdnn_modeC_conv_3d_cpu` due to the benchdnn test ``` ./tests/benchdnn/benchdnn --conv g1ic32id192oc1od1kd192pd0n"3d_conv_large_shape:2"...

help wanted
sighting
platform:cpu-aarch64

# Summary `test_benchdnn_modeC_matmul_multidims_cpu` is failing due to `brg:sve_256` on main/v3.6 319a77eb3da6809476dbf0b512ffacfa88238b76 The failing benchdnn calls are ``` > ./tests/benchdnn/benchdnn --matmul --stag=acbd --wtag=acbd --dtag=acbd --attr-fpmath=bf16, 1x16x38x64:105x1x64x38 [23104][DST][1:0:0:0] exp_f32: -71 exp: -71...

bug
help wanted
platform:cpu-aarch64