-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tensor reorder][Quality][#issue 1476] Improve naming style and CTest design #1481
Conversation
aska-0096
commented
Mar 25, 2022
- Improve naming style.
- Modify CTest design, now only --all flag will conduct all the data type test while the default one is --float
- Fix some small problems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please keep monitoring clang-format/tidy on CI
@atamazov Would to re-check that everything is ok with the tensor reorder feature? I'll keep monitoring on CI. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@atamazov ping for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
src/kernels/gpu_general_tensor_reorder_kernel/general_tensor_reorder.cpp
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some fixes are required still. Thanks.
src/kernels/gpu_general_tensor_reorder_kernel/general_tensor_reorder.cpp
Show resolved
Hide resolved
@aska-0096 Thank you! |