Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel version update to 6.2 #2371

Merged
merged 25 commits into from
Jun 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cpp/oneapi/dal/table/test/column_accessor.cpp
Co-authored-by: Alexandra <alexandra.epanchinzeva@intel.com>
  • Loading branch information
KulikovNikita and aepanchi committed May 30, 2023
commit c64ebd835703ac68992ce81ea6727e01f4ebcc16
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/table/test/column_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TEST("Column accessor host test: Can get column values from column major homogen
}

TEST(
"Column accessor host test: Can get column values from column major homogen_table with conversion") {
"Column accessor host test: Can get column values from major column homogen_table with conversion") {
float data[] = { 0.f, 1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 9.f, 10.f, 11.f };

auto t = homogen_table::wrap(data, 4, 3, data_layout::column_major);
Expand Down