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>
KulikovNikita and aepanchi committed May 30, 2023
commit 32cfda9fb8702d8c0344f2cc7cc8870e6021f2ee
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/table/test/column_accessor.cpp
Original file line number Diff line number Diff line change
@@ -321,7 +321,7 @@ TEST(
sycl::free(data, q);
}

TEST("Column accessor dpc test: Invalid range") {
TEST("Column accessor DPC test: Invalid range") {
sycl::queue q;

detail::homogen_table_builder b;