Christopher Snowhill

Results 291 comments of Christopher Snowhill

Fixed partially by https://github.com/koverstreet/bcachefs-tools/commit/db25c642360ae8071956b57cf2ae7f4910c98683 I left a comment on that commit indicating another change that is needed.

Try `kms_service` in combination with the `replay-sorcery-kms.service` daemon. Set the video device string to: ``` card#:# ``` Where the first number is the DRM device number from `/dev/dri/card#`, and the...

You are indeed correct, the Ubuntu (and possibly Debian and other derivatives) dependency line does not mention the Wayland developer packages needed. Looks like an oversight.

I built on Linux and used CMake, and set the build type to Release, and the idle cpu usage went from 78% of a core down to 38%. And it...

Metal Performance Shaders Raytracing is also available on Apple Silicon, with the added benefit of being able to run in a single rendering pass.

Well that's just great, PyTorch deleted their rocm5.2 repo. Edit: Oops, my bad, it's a 3.10 specific repo.

Hmm, works fine with Python 3.11 and upstream PyTorch+rocm5.6 and TorchVision+rocm5.6, on gfx1031, if I specify the HSA GFX version override environment variable. Does not work with Arch's builds of...

Yes, and I have a fork, where I had to alter GLFW natives to remove that error message to get it working. I also found that the newer LWJGL only...

I had to build my own copy of the relevant object file from GLFW, removing the error from the unsupported API call.

I think I may have forked their entire git repo and modified the source, then ran `brew edit lwjgl` and instructed brew to build a git head copy from my...