Skip to content

Commit

Permalink
add device_matrix_data to test_install
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Nov 20, 2021
1 parent 56de3ab commit 3c570da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_install/test_install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ int main()
auto test = gko::dim<3, type1>{4, 4, 4};
}

// core/base/device_matrix_data.hpp
{
auto test =
gko::device_matrix_data<float, int>{exec, gko::dim<2>{1, 1}, 1};
}

// core/base/exception.hpp
{
auto test = gko::Error(std::string("file"), 12,
Expand Down

0 comments on commit 3c570da

Please sign in to comment.