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
379692fc
Commit
379692fc
authored
Dec 01, 2023
by
Umang Yadav
Browse files
few more cosmetic changes
parent
38218edc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
4 deletions
+1
-4
test/verify/test_gemm_transposeb_ex.cpp
test/verify/test_gemm_transposeb_ex.cpp
+1
-0
test/verify/test_mul_dot_b.cpp
test/verify/test_mul_dot_b.cpp
+0
-1
test/verify/test_nearbyint.cpp
test/verify/test_nearbyint.cpp
+0
-1
test/verify/test_reduce_add.cpp
test/verify/test_reduce_add.cpp
+0
-1
test/verify/test_scatternd.cpp
test/verify/test_scatternd.cpp
+0
-1
No files found.
test/verify/test_gemm_transposeb_ex.cpp
View file @
379692fc
...
...
@@ -26,6 +26,7 @@
#include <migraphx/program.hpp>
#include <migraphx/generate.hpp>
#include <migraphx/make_op.hpp>
template
<
migraphx
::
shape
::
type_t
DType
>
struct
test_gemm_transposeb_ex
:
verify_program
<
test_gemm_transposeb_ex
<
DType
>>
{
...
...
test/verify/test_mul_dot_b.cpp
View file @
379692fc
...
...
@@ -28,7 +28,6 @@
#include <migraphx/make_op.hpp>
template
<
migraphx
::
shape
::
type_t
DType
>
struct
test_mul_dot_b
:
verify_program
<
test_mul_dot_b
<
DType
>>
{
migraphx
::
program
create_program
()
const
...
...
test/verify/test_nearbyint.cpp
View file @
379692fc
...
...
@@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include "migraphx/float8.hpp"
#include "verify_program.hpp"
#include <migraphx/program.hpp>
#include <migraphx/generate.hpp>
...
...
test/verify/test_reduce_add.cpp
View file @
379692fc
...
...
@@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include "migraphx/shape.hpp"
#include "verify_program.hpp"
#include <migraphx/program.hpp>
#include <migraphx/generate.hpp>
...
...
test/verify/test_scatternd.cpp
View file @
379692fc
...
...
@@ -21,7 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "migraphx/shape.hpp"
#include "verify_program.hpp"
#include <migraphx/program.hpp>
#include <migraphx/generate.hpp>
...
...
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