Add support for cuLaunchKernelEx
#34
Annotations
5 errors
|
cpplint:
src/cuda/memory.c#L563
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/memory.c:563: Missing space after , [whitespace/comma] [3]
|
|
cpplint:
src/cuda/memory.c#L563
[cpplint] reported by reviewdog 🐶
Lines should be <= 80 characters long [whitespace/line_length] [2]
Raw Output:
src/cuda/memory.c:563: Lines should be <= 80 characters long [whitespace/line_length] [2]
|
|
cpplint:
src/cuda/memory.c#L559
[cpplint] reported by reviewdog 🐶
Missing space before { [whitespace/braces] [5]
Raw Output:
src/cuda/memory.c:559: Missing space before { [whitespace/braces] [5]
|
|
cpplint:
src/cuda/memory.c#L559
[cpplint] reported by reviewdog 🐶
Missing spaces around == [whitespace/operators] [3]
Raw Output:
src/cuda/memory.c:559: Missing spaces around == [whitespace/operators] [3]
|
|
cpplint:
src/cuda/memory.c#L556
[cpplint] reported by reviewdog 🐶
Lines should be <= 80 characters long [whitespace/line_length] [2]
Raw Output:
src/cuda/memory.c:556: Lines should be <= 80 characters long [whitespace/line_length] [2]
|