Skip to content

Commit 7203d6a

Browse files
author
Dmitry Razdoburdin
committed
fix build
1 parent f1b0700 commit 7203d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/sycl/common/optional_weight.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ double SumOptionalWeights(Context const* ctx, OptionalWeights const& weights) {
3232
sycl::DeviceManager device_manager;
3333
auto* qu = device_manager.GetQueue(ctx->Device());
3434

35-
book has_fp64_support = qu->get_device().has(::sycl::aspect::fp64);
35+
bool has_fp64_support = qu->get_device().has(::sycl::aspect::fp64);
3636
if (has_fp64_support) {
3737
return ElementWiseSum<double>(qu, weights);
3838
} else {

0 commit comments

Comments
 (0)