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
Commits
e5b9beb3
"benchmarks/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "9090bf02e74334a8020b454814e0d00fa780fd79"
Commit
e5b9beb3
authored
Sep 16, 2022
by
rocking
Browse files
Refine error message
parent
3d911b2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
example/42_groupnorm/groupnorm_sigmoid.cpp
example/42_groupnorm/groupnorm_sigmoid.cpp
+1
-2
No files found.
example/42_groupnorm/groupnorm_sigmoid.cpp
View file @
e5b9beb3
...
@@ -119,8 +119,7 @@ int main()
...
@@ -119,8 +119,7 @@ int main()
ref_invoker
.
Run
(
ref_argument
);
ref_invoker
.
Run
(
ref_argument
);
y_dev
.
FromDevice
(
y
.
mData
.
data
());
y_dev
.
FromDevice
(
y
.
mData
.
data
());
pass
&=
pass
&=
ck
::
utils
::
check_err
(
y
.
mData
,
host_y
.
mData
,
"Error: Incorrect results"
,
1e-3
,
1e-3
);
ck
::
utils
::
check_err
(
y
.
mData
,
host_y
.
mData
,
"Error: Incorrect results d1"
,
1e-3
,
1e-3
);
}
}
return
(
pass
?
0
:
1
);
return
(
pass
?
0
:
1
);
}
}
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