From 03b8521b1a7bc031a3f2e9435671673750770ee4 Mon Sep 17 00:00:00 2001 From: Ian Li Date: Fri, 1 Aug 2025 13:14:18 -0700 Subject: [PATCH 1/2] [Do not merge] Dummy change to trigger UR CUDA testing --- unified-runtime/source/adapters/cuda/usm.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unified-runtime/source/adapters/cuda/usm.cpp b/unified-runtime/source/adapters/cuda/usm.cpp index c805c1084ec0f..78fd35adbbc72 100644 --- a/unified-runtime/source/adapters/cuda/usm.cpp +++ b/unified-runtime/source/adapters/cuda/usm.cpp @@ -22,6 +22,16 @@ #include +// _______________________________________ +// / I am a dummy change, made to trigger UR \\ +// \\ CUDA precommit testing. / +// --------------------------------------- +// \ ^__^ +// \ (oo)\_______ +// (__)\ )\/\\ +// ||----w | +// || || + /// USM: Implements USM Host allocations using CUDA Pinned Memory /// https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#page-locked-host-memory UR_APIEXPORT ur_result_t UR_APICALL From 5fd4ec73abfdf0cc757c365548da617511154189 Mon Sep 17 00:00:00 2001 From: Ian Li Date: Fri, 1 Aug 2025 13:35:48 -0700 Subject: [PATCH 2/2] change to multiline commit --- unified-runtime/source/adapters/cuda/usm.cpp | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/unified-runtime/source/adapters/cuda/usm.cpp b/unified-runtime/source/adapters/cuda/usm.cpp index 78fd35adbbc72..0e55546dcf8ba 100644 --- a/unified-runtime/source/adapters/cuda/usm.cpp +++ b/unified-runtime/source/adapters/cuda/usm.cpp @@ -22,15 +22,17 @@ #include -// _______________________________________ -// / I am a dummy change, made to trigger UR \\ -// \\ CUDA precommit testing. / -// --------------------------------------- -// \ ^__^ -// \ (oo)\_______ -// (__)\ )\/\\ -// ||----w | -// || || +/* + _______________________________________ + / I am a dummy change, made to trigger UR \\ + \\ CUDA precommit testing. / + --------------------------------------- + \ ^__^ + \ (oo)\_______ + (__)\ )\/\\ + ||----w | + || || +*/ /// USM: Implements USM Host allocations using CUDA Pinned Memory /// https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#page-locked-host-memory