https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/177392
I've worked in the offloading driver a decent amount both directly here and in Intel's downstream forks and I feel I have the judgement to consider the needs of the project overall as well as the bandwidth to fill the role. >From 837a7c2197b39c1d8308d865b977d4b27606d281 Mon Sep 17 00:00:00 2001 From: Nick Sarnie <[email protected]> Date: Thu, 22 Jan 2026 08:23:49 -0800 Subject: [PATCH] [clang] Add myself as additonal offloading driver maintainer Signed-off-by: Nick Sarnie <[email protected]> --- clang/Maintainers.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst index 1a8ebe3d54a1c..54243b8b828e2 100644 --- a/clang/Maintainers.rst +++ b/clang/Maintainers.rst @@ -179,6 +179,9 @@ Offloading driver | Joseph Huber | joseph.huber\@amd.com (email), jhuber6 (GitHub) +| Nick Sarnie +| nick.sarnie\@intel.com (email), sarnex (GitHub) + Driver parts not covered by someone else ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
