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
MIGraphX
Commits
41566e30
"examples/research_projects/controlnetxs/README_sdxl.md" did not exist on "87a09d66f357c4afb2e2ed7fdabfbf46b485b815"
Commit
41566e30
authored
Aug 12, 2022
by
Paul
Browse files
Format
parent
b27c2461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/driver/verify.cpp
src/driver/verify.cpp
+1
-1
No files found.
src/driver/verify.cpp
View file @
41566e30
...
...
@@ -81,7 +81,7 @@ bool verify_program(const std::string& name,
auto
x
=
run_ref
(
p
,
inputs
);
auto
y
=
run_target
(
p
,
t
,
options
,
quantize
,
inputs
);
bool
passed
=
true
;
bool
passed
=
true
;
std
::
size_t
output_num
=
x
.
size
();
for
(
std
::
size_t
i
=
0
;
i
<
output_num
;
++
i
)
{
...
...
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