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
5adb597c
"vscode:/vscode.git/clone" did not exist on "26f50b589ffe6d47eb6101f15134a886b73203bd"
Commit
5adb597c
authored
Oct 18, 2023
by
Paul
Browse files
Update macro in tests
parent
ab096227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test/gpu/gemm_tune.cpp
test/gpu/gemm_tune.cpp
+4
-4
No files found.
test/gpu/gemm_tune.cpp
View file @
5adb597c
...
...
@@ -87,7 +87,7 @@ TEST_CASE(gemm_tune_with_rocblas)
break
;
}
}
#ifdef
ROCBLAS_BETA_FEATURES
_API
#ifdef
MIGRAPHX_USE_ROCBLAS_TUNING
_API
EXPECT
(
0
!=
solution_idx
.
to
<
std
::
size_t
>
());
#else
EXPECT
(
0
==
solution_idx
.
to
<
std
::
size_t
>
());
...
...
@@ -129,7 +129,7 @@ TEST_CASE(gemm_tune_strided)
break
;
}
}
#ifdef
ROCBLAS_BETA_FEATURES
_API
#ifdef
MIGRAPHX_USE_ROCBLAS_TUNING
_API
EXPECT
(
0
!=
solution_idx
.
to
<
std
::
size_t
>
());
#else
EXPECT
(
0
==
solution_idx
.
to
<
std
::
size_t
>
());
...
...
@@ -175,7 +175,7 @@ TEST_CASE(gemm_tune_strided_lowered)
break
;
}
}
#ifdef
ROCBLAS_BETA_FEATURES
_API
#ifdef
MIGRAPHX_USE_ROCBLAS_TUNING
_API
EXPECT
(
0
!=
solution_idx
.
to
<
std
::
size_t
>
());
#else
EXPECT
(
0
==
solution_idx
.
to
<
std
::
size_t
>
());
...
...
@@ -215,7 +215,7 @@ TEST_CASE(gemm_tune_invalid_sol_index)
break
;
}
}
#ifdef
ROCBLAS_BETA_FEATURES
_API
#ifdef
MIGRAPHX_USE_ROCBLAS_TUNING
_API
EXPECT
(
0
==
solution_idx
.
to
<
std
::
size_t
>
());
#else
EXPECT
(
0
!=
solution_idx
.
to
<
std
::
size_t
>
());
...
...
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