Skip to content
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

Support min and max operations for structs in rolling window #10332

Merged
merged 29 commits into from
Mar 7, 2022
Merged
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4a6df3c
WIP
ttnghia Feb 16, 2022
470ff8d
WIP
ttnghia Feb 18, 2022
a21fc94
Draft implementation is complete
ttnghia Feb 18, 2022
f7647dc
Remove redundant kernel added
ttnghia Feb 24, 2022
5f74ff3
Further unify functions
ttnghia Feb 24, 2022
b62dff6
Rename typename and variable
ttnghia Feb 24, 2022
9ca04b4
Fix link
ttnghia Feb 24, 2022
07068d0
Rewrite `DeviceRollingArgMinMax`
ttnghia Feb 25, 2022
040d9b6
Rewrite specialization
ttnghia Feb 25, 2022
571ac44
Re-order code
ttnghia Feb 25, 2022
11ac1f9
Combine partial specializations
ttnghia Feb 25, 2022
32c409f
Simplify code
ttnghia Feb 25, 2022
4758ea5
Remove redundant template parameters
ttnghia Feb 25, 2022
a5cf49b
Rename variable
ttnghia Feb 25, 2022
4f2205c
Complete unit tests
ttnghia Feb 25, 2022
251626a
Fix copyright year
ttnghia Feb 25, 2022
05f791f
Remove comments
ttnghia Feb 25, 2022
b5f2bc4
Merge branch 'branch-22.04' into structs_window_ops
ttnghia Feb 25, 2022
9504181
Fix enum reference
ttnghia Feb 25, 2022
2d0d0d6
Separate implementation for string and struct
ttnghia Feb 28, 2022
242c493
Merge branch 'branch-22.04' into structs_window_ops
ttnghia Feb 28, 2022
d7eeb49
Rewrite if-else into ternary expression
ttnghia Feb 28, 2022
b201df2
Use sentinel instead of literal value
ttnghia Feb 28, 2022
d21d7e0
Fix comments
ttnghia Feb 28, 2022
08d694a
Avoid using static variable in tests
ttnghia Feb 28, 2022
d0458e5
Merge branch 'branch-22.04' into structs_window_ops
ttnghia Mar 7, 2022
290126a
Remove redundant headers
ttnghia Mar 7, 2022
440c819
Fix stale comments
ttnghia Mar 7, 2022
1d6f1d7
Address review comments
ttnghia Mar 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading