refine nvcc protobuf patch name, add a patch for abseil
[gentoo-patches.git] / README.md
index 703facfda50942c2e164d5442fdcce8752892eca..c8af6f9250235fca16951152fa182d9831e168f0 100644 (file)
--- 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