X-Git-Url: https://git.datadissipation.net/gentoo-patches/blobdiff_plain/fe7acb28bea94e087426d4096483e7fa62359a34..0e66deb395f8cd6be5949148783d9fed817e0d4c:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 703facf..c8af6f9 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ * `dracut-zfs-mount` - mount all ZFS datasets from the imported pools before switching to the new root, helpful if crucial system binaries/libraries are on a separate dataset. Note that the mountpoints will technically change from `$PATH` to `/sysroot/$PATH`. This is mostly harmless, but remounting a dataset will mount it at the actual `/sysroot/$PATH`, so be careful. +* `nvcc-12.9-protobuf-enumtraits-fix` - get rid of a manually forced compiler error triggered by an incomplete type, the error causes NVCC to always fail and is safe to ignore. +* `nvcc-13.3-abseil-templates-fix` - fix template type parameter errors that appear with CUDA 13.3