From dc34b1c94df683eb85df989c1d62c81c588a29f8 Mon Sep 17 00:00:00 2001 From: Ron Lieberman Date: Mon, 4 Nov 2019 16:51:03 -0600 Subject: [PATCH] Test commit: adds a . to comment. NFC --- openmp/libomptarget/plugins/cuda/src/rtl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/plugins/cuda/src/rtl.cpp b/openmp/libomptarget/plugins/cuda/src/rtl.cpp index 4a7264401d7e..ece95e2e0759 100644 --- a/openmp/libomptarget/plugins/cuda/src/rtl.cpp +++ b/openmp/libomptarget/plugins/cuda/src/rtl.cpp @@ -64,7 +64,7 @@ enum ExecutionModeType { NONE }; -/// Use a single entity to encode a kernel and a set of flags +/// Use a single entity to encode a kernel and a set of flags. struct KernelTy { CUfunction Func;