Test commit: adds a . to comment. NFC

This commit is contained in:
Ron Lieberman 2019-11-04 16:51:03 -06:00
parent 4cbe10efc2
commit dc34b1c94d
1 changed files with 1 additions and 1 deletions

View 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;