merge pr165 commits for Unoptimized library implementation causing CUDA API slow #89
Annotations
10 errors
|
cpplint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
cpplint:
src/libvgpu.c#L859
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/libvgpu.c:859: Missing space after , [whitespace/comma] [3]
|
|
cpplint:
src/libvgpu.c#L59
[cpplint] reported by reviewdog 🐶
Missing space before { [whitespace/braces] [5]
Raw Output:
src/libvgpu.c:59: Missing space before { [whitespace/braces] [5]
|
|
cpplint:
src/cuda/stream.c#L10
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/stream.c:10: Missing space after , [whitespace/comma] [3]
|
|
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#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#L284
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/memory.c:284: Missing space after , [whitespace/comma] [3]
|
|
cpplint:
src/cuda/memory.c#L90
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
src/cuda/memory.c:90: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
|
cpplint:
src/cuda/memory.c#L71
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
src/cuda/memory.c:71: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|