forked from OSchip/llvm-project
Test commit: adds a . to comment. NFC
This commit is contained in:
parent
4cbe10efc2
commit
dc34b1c94d
openmp/libomptarget/plugins/cuda/src
|
@ -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…
Reference in New Issue