Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Jul 16, 2024
1 parent 660e7a8 commit b093887
Show file tree
Hide file tree
Showing 146 changed files with 146 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/axpy_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,4 @@ INSTANTIATE_TEST_SUITE_P(AxpyBatchStrideTestSuite, AxpyBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/axpy_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,4 @@ INSTANTIATE_TEST_SUITE_P(AxpyBatchStrideUsmTestSuite, AxpyBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/axpy_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,4 @@ INSTANTIATE_TEST_SUITE_P(AxpyBatchUsmTestSuite, AxpyBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/copy_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ INSTANTIATE_TEST_SUITE_P(CopyBatchStrideTestSuite, CopyBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/copy_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ INSTANTIATE_TEST_SUITE_P(CopyBatchStrideUsmTestSuite, CopyBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/copy_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,4 @@ INSTANTIATE_TEST_SUITE_P(CopyBatchUsmTestSuite, CopyBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/dgmm_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ INSTANTIATE_TEST_SUITE_P(DgmmBatchStrideTestSuite, DgmmBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/dgmm_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,4 @@ INSTANTIATE_TEST_SUITE_P(DgmmBatchStrideUsmTestSuite, DgmmBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/dgmm_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,4 @@ INSTANTIATE_TEST_SUITE_P(DgmmBatchUsmTestSuite, DgmmBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/gemm_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,4 @@ INSTANTIATE_TEST_SUITE_P(GemmBatchStrideTestSuite, GemmBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/gemm_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,4 @@ INSTANTIATE_TEST_SUITE_P(GemmBatchStrideUsmTestSuite, GemmBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/gemm_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,4 @@ INSTANTIATE_TEST_SUITE_P(GemmBatchUsmTestSuite, GemmBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/gemv_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ INSTANTIATE_TEST_SUITE_P(GemvBatchStrideTestSuite, GemvBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/gemv_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,4 @@ INSTANTIATE_TEST_SUITE_P(GemvBatchStrideUsmTestSuite, GemvBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/gemv_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,4 @@ INSTANTIATE_TEST_SUITE_P(GemvBatchUsmTestSuite, GemvBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/imatcopy_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ INSTANTIATE_TEST_SUITE_P(ImatcopyBatchStrideTestSuite, ImatcopyBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/imatcopy_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,4 @@ INSTANTIATE_TEST_SUITE_P(ImatcopyBatchStrideUsmTestSuite, ImatcopyBatchStrideUsm
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/imatcopy_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,4 @@ INSTANTIATE_TEST_SUITE_P(ImatcopyBatchUsmTestSuite, ImatcopyBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/omatadd_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@ INSTANTIATE_TEST_SUITE_P(OmataddBatchStrideTestSuite, OmataddBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/omatadd_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ INSTANTIATE_TEST_SUITE_P(OmataddBatchStrideUsmTestSuite, OmataddBatchStrideUsmTe
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/omatcopy_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,4 @@ INSTANTIATE_TEST_SUITE_P(OmatcopyBatchStrideTestSuite, OmatcopyBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/omatcopy_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,4 @@ INSTANTIATE_TEST_SUITE_P(OmatcopyBatchStrideUsmTestSuite, OmatcopyBatchStrideUsm
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/omatcopy_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,4 @@ INSTANTIATE_TEST_SUITE_P(OmatcopyBatchUsmTestSuite, OmatcopyBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/syrk_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,4 @@ INSTANTIATE_TEST_SUITE_P(SyrkBatchStrideTestSuite, SyrkBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/syrk_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,4 @@ INSTANTIATE_TEST_SUITE_P(SyrkBatchStrideUsmTestSuite, SyrkBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/syrk_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,4 @@ INSTANTIATE_TEST_SUITE_P(SyrkBatchUsmTestSuite, SyrkBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/trsm_batch_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ INSTANTIATE_TEST_SUITE_P(TrsmBatchStrideTestSuite, TrsmBatchStrideTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/trsm_batch_stride_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ INSTANTIATE_TEST_SUITE_P(TrsmBatchStrideUsmTestSuite, TrsmBatchStrideUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/batch/trsm_batch_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,4 @@ INSTANTIATE_TEST_SUITE_P(TrsmBatchUsmTestSuite, TrsmBatchUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/gemm_bias.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,4 @@ INSTANTIATE_TEST_SUITE_P(GemmBiasTestSuite, GemmBiasTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/gemm_bias_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,4 @@ INSTANTIATE_TEST_SUITE_P(GemmBiasUsmTestSuite, GemmBiasUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/gemmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,4 @@ INSTANTIATE_TEST_SUITE_P(GemmtTestSuite, GemmtTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/gemmt_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,4 @@ INSTANTIATE_TEST_SUITE_P(GemmtUsmTestSuite, GemmtUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/imatcopy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,4 @@ INSTANTIATE_TEST_SUITE_P(ImatcopyTestSuite, ImatcopyTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/imatcopy_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@ INSTANTIATE_TEST_SUITE_P(ImatcopyUsmTestSuite, ImatcopyUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/omatadd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ INSTANTIATE_TEST_SUITE_P(OmataddTestSuite, OmataddTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/omatadd_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ INSTANTIATE_TEST_SUITE_P(OmataddUsmTestSuite, OmataddUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/omatcopy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ INSTANTIATE_TEST_SUITE_P(OmatcopyTestSuite, OmatcopyTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/omatcopy2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ INSTANTIATE_TEST_SUITE_P(Omatcopy2TestSuite, Omatcopy2Tests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/omatcopy2_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,4 @@ INSTANTIATE_TEST_SUITE_P(Omatcopy2UsmTestSuite, Omatcopy2UsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/extensions/omatcopy_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ INSTANTIATE_TEST_SUITE_P(OmatcopyUsmTestSuite, OmatcopyUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/asum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ INSTANTIATE_TEST_SUITE_P(AsumTestSuite, AsumTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/asum_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ INSTANTIATE_TEST_SUITE_P(AsumUsmTestSuite, AsumUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/axpby.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ INSTANTIATE_TEST_SUITE_P(AxpbyTestSuite, AxpbyTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/axpby_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,4 @@ INSTANTIATE_TEST_SUITE_P(AxpbyUsmTestSuite, AxpbyUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/axpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ INSTANTIATE_TEST_SUITE_P(AxpyTestSuite, AxpyTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/axpy_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ INSTANTIATE_TEST_SUITE_P(AxpyUsmTestSuite, AxpyUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ INSTANTIATE_TEST_SUITE_P(CopyTestSuite, CopyTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/copy_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ INSTANTIATE_TEST_SUITE_P(CopyUsmTestSuite, CopyUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/dot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ INSTANTIATE_TEST_SUITE_P(DotTestSuite, DotTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/dot_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,4 @@ INSTANTIATE_TEST_SUITE_P(DotUsmTestSuite, DotUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/dotc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ INSTANTIATE_TEST_SUITE_P(DotcTestSuite, DotcTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/dotc_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ INSTANTIATE_TEST_SUITE_P(DotcUsmTestSuite, DotcUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/dotu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ INSTANTIATE_TEST_SUITE_P(DotuTestSuite, DotuTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/dotu_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ INSTANTIATE_TEST_SUITE_P(DotuUsmTestSuite, DotuUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/iamax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ INSTANTIATE_TEST_SUITE_P(IamaxTestSuite, IamaxTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/iamax_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,4 @@ INSTANTIATE_TEST_SUITE_P(IamaxUsmTestSuite, IamaxUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/iamin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ INSTANTIATE_TEST_SUITE_P(IaminTestSuite, IaminTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/iamin_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,4 @@ INSTANTIATE_TEST_SUITE_P(IaminUsmTestSuite, IaminUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/nrm2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ INSTANTIATE_TEST_SUITE_P(Nrm2TestSuite, Nrm2Tests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/nrm2_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,4 @@ INSTANTIATE_TEST_SUITE_P(Nrm2UsmTestSuite, Nrm2UsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,4 @@ INSTANTIATE_TEST_SUITE_P(RotTestSuite, RotTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rot_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,4 @@ INSTANTIATE_TEST_SUITE_P(RotUsmTestSuite, RotUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rotg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ INSTANTIATE_TEST_SUITE_P(RotgTestSuite, RotgTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rotg_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,4 @@ INSTANTIATE_TEST_SUITE_P(RotgUsmTestSuite, RotgUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rotm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ INSTANTIATE_TEST_SUITE_P(RotmTestSuite, RotmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rotm_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@ INSTANTIATE_TEST_SUITE_P(RotmUsmTestSuite, RotmUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rotmg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,4 @@ INSTANTIATE_TEST_SUITE_P(RotmgTestSuite, RotmgTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/rotmg_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,4 @@ INSTANTIATE_TEST_SUITE_P(RotmgUsmTestSuite, RotmgUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/scal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ INSTANTIATE_TEST_SUITE_P(ScalTestSuite, ScalTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/scal_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ INSTANTIATE_TEST_SUITE_P(ScalUsmTestSuite, ScalUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/sdsdot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@ INSTANTIATE_TEST_SUITE_P(SdsdotTestSuite, SdsdotTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/sdsdot_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ INSTANTIATE_TEST_SUITE_P(SdsdotUsmTestSuite, SdsdotUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/swap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ INSTANTIATE_TEST_SUITE_P(SwapTestSuite, SwapTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level1/swap_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ INSTANTIATE_TEST_SUITE_P(SwapUsmTestSuite, SwapUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level2/gbmv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,4 @@ INSTANTIATE_TEST_SUITE_P(GbmvTestSuite, GbmvTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level2/gbmv_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,4 @@ INSTANTIATE_TEST_SUITE_P(GbmvUsmTestSuite, GbmvUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level2/gemv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,4 @@ INSTANTIATE_TEST_SUITE_P(GemvTestSuite, GemvTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level2/gemv_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,4 @@ INSTANTIATE_TEST_SUITE_P(GemvUsmTestSuite, GemvUsmTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
1 change: 1 addition & 0 deletions tests/unit_tests/blas/level2/ger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ INSTANTIATE_TEST_SUITE_P(GerTestSuite, GerTests,
::LayoutDeviceNamePrint());

} // anonymous namespace
//
Loading

0 comments on commit b093887

Please sign in to comment.