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
gaoqiong
composable_kernel_ROCM
Commits
20b1ae7c
Unverified
Commit
20b1ae7c
authored
Dec 23, 2023
by
Bartłomiej Kocot
Committed by
GitHub
Dec 23, 2023
Browse files
Fix results verify in test_tensor (#1109)
parent
78eb3f0b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/wrapper/test_tensor.cpp
test/wrapper/test_tensor.cpp
+1
-1
No files found.
test/wrapper/test_tensor.cpp
View file @
20b1ae7c
...
...
@@ -127,7 +127,7 @@ __global__ void TestTensorReadWriteDevice(void* data, void* success)
StaticInitTensor
<
nelems
>
(
tensor_vgpr
);
StaticInitTensor
<
nelems
>
(
tensor_sgpr
);
*
casted_success_ptr
&
=
TestTensorCheck1d
(
tensor_global
);
*
casted_success_ptr
=
TestTensorCheck1d
(
tensor_global
);
*
casted_success_ptr
&=
TestTensorCheck3d
(
tensor_global
);
*
casted_success_ptr
&=
TestTensorCheck1d
(
tensor_lds
);
...
...
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