[clang] [CUDA] Move CUDA to new driver by default (PR #122312)

2025-01-10 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 closed https://github.com/llvm/llvm-project/pull/122312 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CUDA] Move CUDA to new driver by default (PR #122312)

2025-01-09 Thread Artem Belevich via cfe-commits
https://github.com/Artem-B approved this pull request. https://github.com/llvm/llvm-project/pull/122312 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CUDA] Move CUDA to new driver by default (PR #122312)

2025-01-09 Thread Joseph Huber via cfe-commits
jhuber6 wrote: > One thing that's missing is the release note. It should have an entry about > the change and a pointer to the details and instructions on how to revert to > the new build and, possibly a set of instructions for common use cases. E.g. > GPU-linking a library (i.e. linking RDC-c

[clang] [CUDA] Move CUDA to new driver by default (PR #122312)

2025-01-09 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/122312 >From 533572c8e73c7330fe91d95428fd0189471073d8 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Thu, 9 Jan 2025 10:40:43 -0600 Subject: [PATCH 1/2] [CUDA] Move CUDA to new driver by default Summary: This patch

[clang] [CUDA] Move CUDA to new driver by default (PR #122312)

2025-01-09 Thread Artem Belevich via cfe-commits
Artem-B wrote: One thing that's missing is the release note. It should have an entry about the change and a pointer to the details and instructions on how to revert to the new build and, possibly a set of instructions for common use cases. E.g. GPU-linking a library (i.e. linking RDC-compiled

[clang] [CUDA] Move CUDA to new driver by default (PR #122312)

2025-01-09 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/122312 >From 533572c8e73c7330fe91d95428fd0189471073d8 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Thu, 9 Jan 2025 10:40:43 -0600 Subject: [PATCH] [CUDA] Move CUDA to new driver by default Summary: This patch upd