Loading openmp/libomptarget/plugins/cuda/src/rtl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
openmp/libomptarget/plugins/cuda/src/rtl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading