Commit f9c7fa1
committed
fix: correct C delegation and benchmark inputs in
* In `src/main.c`, wrap the delegated `stdlib_strided_dpcorrwd_ndarray`
call with `API_SUFFIX(...)` so the symbol resolves correctly when the
64-bit indexing ABI is selected (matches the sibling pattern in
`stats/strided/dvariance/src/main.c`).
* In `benchmark/c/benchmark.length.c`, pass `y` (not `x` twice) as the
second strided array in `benchmark2`, otherwise the benchmark
correlates `x` with itself and the allocated `y` is unused.
https://claude.ai/code/session_012VgKGaXwsACnoLu7UenrRcstats/strided/dpcorr
1 parent 6b8823e commit f9c7fa1
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
0 commit comments