Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
c132b4cf
Commit
c132b4cf
authored
Jun 30, 2025
by
Zimin Li
Browse files
issue/288: fix spelling error for RearrangeDescriptor in rearrange.py
parent
f49235e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/infiniop/rearrange.py
test/infiniop/rearrange.py
+2
-2
No files found.
test/infiniop/rearrange.py
View file @
c132b4cf
...
...
@@ -116,11 +116,11 @@ NUM_PRERUN = 10
NUM_ITERATIONS
=
1000
class
RerrangeDescriptor
(
Structure
):
class
Re
a
rrangeDescriptor
(
Structure
):
_fields_
=
[(
"device"
,
c_int32
)]
infiniopRearrangeDescriptor_t
=
POINTER
(
RerrangeDescriptor
)
infiniopRearrangeDescriptor_t
=
POINTER
(
Re
a
rrangeDescriptor
)
def
rearrange_torch
(
x
,
x_shape
,
y_stride
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment