Results 81 comments of Bryce Allen

I was just thinking this, great to see it's already in the works! Another possible use case here is running graphical windows apps with wine or native old / experimental...

Yes simple is good, I think that is what makes toolbox/distrobox so great! I think an interesting distinction with distrobox vs something like x11docker is mutability and persistence. x11docker and...

I am also seeing this, with v1.26.0 installed via AUR or flatpack, importing keys exported for f-droid android version. I haven't looked for a detailed log, but the UI says...

I would be fine with something that is not 100% portable. The use case here is things like multi-socket systems where each GPU has a faster connection to one socket....

Given the difficulties, something that is guaranteed to be unique within a backend and host is perhaps the best we can do. There are really two use cases I have...

I like that idea - it is basically the same as what I am getting from CUDA and HIP. The OpenCL extension API could be used as a template, PCIe...

Level zero actually exposes PCIe address too, but as part of Sysman not core: https://spec.oneapi.io/level-zero/latest/sysman/api.html#zesdevicepcigetproperties

Thanks, I think the way Intel is exposing it a good method, being able to do `dev.has(extension name)` and fallback to something else when not available is reasonably clean.

I am running into this with MAX_ASSERT_RANK=6 and gcc-9.1.0

Unfortunately that did not fix it, because the externals also set it to 512 and that seems to override the one set in top level cmake/GNU.cmake. Setting `-DCMAKE_Fortran_FLAGS="-ffree-line-length-none"` on the...