diff options
-rw-r--r-- | openmp/libomptarget/plugins/cuda/src/rtl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libomptarget/plugins/cuda/src/rtl.cpp b/openmp/libomptarget/plugins/cuda/src/rtl.cpp index 4a7264401d7..ece95e2e075 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; |