Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fmpi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raphael.bach
fmpi
Commits
6b5f1fa3
Verified
Commit
6b5f1fa3
authored
3 years ago
by
raphael.bach
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant error message in `fmpi_futhark_get_data_async()`
parent
5006bb17
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fmpi_futhark.c
+0
-1
0 additions, 1 deletion
src/fmpi_futhark.c
with
0 additions
and
1 deletion
src/fmpi_futhark.c
+
0
−
1
View file @
6b5f1fa3
...
@@ -229,7 +229,6 @@ void * fmpi_futhark_get_data_async(
...
@@ -229,7 +229,6 @@ void * fmpi_futhark_get_data_async(
const
size_t
idx
=
FMPI_PRIV_FUTHARK_FUNC_IDX
(
dim_cnt
,
type
);
const
size_t
idx
=
FMPI_PRIV_FUTHARK_FUNC_IDX
(
dim_cnt
,
type
);
const
int
err
=
fmpi_futhark_get_data_func_list
[
idx
](
ctx
,
in
,
out
);
const
int
err
=
fmpi_futhark_get_data_func_list
[
idx
](
ctx
,
in
,
out
);
if
(
err
!=
FUTHARK_SUCCESS
)
{
if
(
err
!=
FUTHARK_SUCCESS
)
{
FMPI_RAISE_FUTHARK_ERROR
(
ctx
,
"futhark_values_##T##_##D##d() failed!"
);
return
NULL
;
return
NULL
;
}
}
return
out
;
return
out
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment