Enable CUDA EP unit testing on Windows #27757
Annotations
6 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80.h#L20
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: blkq4_fp16_gemm_sm80.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80.h:20: Found C system header after C++ system header. Should be: blkq4_fp16_gemm_sm80.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_test.cc#L14
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_test.cc:14: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_test.cc#L17
[cpplint] reported by reviewdog 🐶
Found C system header after other header. Should be: blkq4_fp16_gemm_sm80_test.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_test.cc:17: Found C system header after other header. Should be: blkq4_fp16_gemm_sm80_test.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_testcu.cu#L14
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_testcu.cu:14: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_testcu.cu#L18
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: blkq4_fp16_gemm_sm80_testcu.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/test/providers/cuda/test_cases/blkq4_fp16_gemm_sm80_testcu.cu:18: Found C system header after C++ system header. Should be: blkq4_fp16_gemm_sm80_testcu.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cuda/test_cases/reduction_functions_test.cc#L6
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: reduction_functions_test.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/test/providers/cuda/test_cases/reduction_functions_test.cc:6: Found C++ system header after other header. Should be: reduction_functions_test.h, c system, c++ system, other. [build/include_order] [4]
|
Loading