Block-wise 4b quantization matmul operator change #21938
Annotations
6 warnings
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu#L206
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu:206: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
onnxruntime/core/mlas/lib/q4_dq.cpp#L876
[cpplint] reported by reviewdog 🐶
Closing ) should be moved to the previous line [whitespace/parens] [2]
Raw Output:
onnxruntime/core/mlas/lib/q4_dq.cpp:876: Closing ) should be moved to the previous line [whitespace/parens] [2]
|
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L77
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:77: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L81
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:81: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L86
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:86: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L86
[cpplint] reported by reviewdog 🐶
TODO(my_username) should be followed by a space [whitespace/todo] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:86: TODO(my_username) should be followed by a space [whitespace/todo] [2]
|
The logs for this run have expired and are no longer available.
Loading