Torrance Hodgson

Results 28 comments of Torrance Hodgson

Actually, it disappears in vertical mode too, but it's less obvious because the scroll bars and line numbers remain to demarcate the window border.

In 6.1.0, it looks like `make_Complex()` has been renamed to `make_hipFloatComplex()`, alongside `make_hipDoubleComplex()`.

There are some errors in the logs that mention `io.tailscale.ipn.macsys.network-extension` (I have Tailscale installed as standalone extension). These are the entries that stood out: ``` taskgated-helper: io.tailscale.ipn.macsys.network-extension: Unsatisfied entitlements: com.apple.security.application-groups...

For me, I solved this by installing Tailscale from the AppStore. On Sat, May 24, 2025 at 3:18 AM Thomas Lutz ***@***.***> wrote: > *tholu* left a comment (tailscale/tailscale#13848) >...

Seems like I was able to resolve this by specifying a `Dependency("libcxxwrap_julia_jll", compat="0.11.2")` in the binary builder specification. Is there a compatibility table mapping CxxWrap version to libcxxwrap version?

Thank you for looking at this @jaycedowell . I'll re-read your comment a few times and attempt to have another look at it next week.

Hi @jaycedowell I _think_ the following gives the correct value for `A_nelement_total`: ```c++ size_t A_nelement_total = (A_offset + N) // the elements in the first row of first batch +...

I think it needs to be sized to store all the batches. The texture isn't created once per batch, it's shared amongst all of them, from my reading of the...