[Openmp-commits] [openmp] dc34b1c - Test commit: adds a . to comment. NFC
Ron Lieberman via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 4 14:51:31 PST 2019
Author: Ron Lieberman
Date: 2019-11-04T16:51:03-06:00
New Revision: dc34b1c94df683eb85df989c1d62c81c588a29f8
URL: https://github.com/llvm/llvm-project/commit/dc34b1c94df683eb85df989c1d62c81c588a29f8
DIFF: https://github.com/llvm/llvm-project/commit/dc34b1c94df683eb85df989c1d62c81c588a29f8.diff
LOG: Test commit: adds a . to comment. NFC
Added:
Modified:
openmp/libomptarget/plugins/cuda/src/rtl.cpp
Removed:
################################################################################
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;
More information about the Openmp-commits
mailing list