[clang] [clang-repl] Implement IncrementalHIPDeviceParser for HIP device compilation (PR #218337)
Aditya Sinha via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 03:44:50 PDT 2026
================
@@ -11,19 +11,245 @@
//===----------------------------------------------------------------------===//
#include "DeviceOffload.h"
+#include "IncrementalAction.h"
----------------
AdityaSinha149 wrote:
Updated the comment to mention both hip and cuda. Thanks for the review.
https://github.com/llvm/llvm-project/pull/218337
More information about the cfe-commits
mailing list