Test commit: adds a . to comment. NFC
authorRon Lieberman <ron.lieberman@amd.com>
Mon, 4 Nov 2019 22:51:03 +0000 (16:51 -0600)
committerRon Lieberman <ron.lieberman@amd.com>
Mon, 4 Nov 2019 22:51:03 +0000 (16:51 -0600)
openmp/libomptarget/plugins/cuda/src/rtl.cpp

index 4a72644..ece95e2 100644 (file)
@@ -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;