Skip to content

Commit b1047a1

Browse files
committed
Remove debugging artifacts
1 parent 38154e5 commit b1047a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/source/detail/kernel_data.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#pragma once
10+
1011
#include <detail/device_impl.hpp>
1112
#include <detail/device_kernel_info.hpp>
1213
#include <detail/graph/dynamic_impl.hpp>
@@ -15,6 +16,7 @@
1516

1617
#include <sycl/detail/kernel_desc.hpp>
1718
#include <sycl/detail/kernel_launch_helper.hpp>
19+
1820
#include <vector>
1921

2022
namespace sycl {
@@ -232,6 +234,7 @@ class KernelData {
232234
using namespace sycl::ext::intel::experimental;
233235

234236
validateProperties(Kprop, HasGraph, dev);
237+
235238
// If we are here, the device supports the guarantee required but
236239
// there is a caveat in that if the guarantee required is a concurrent
237240
// guarantee, then we most likely also need to enable cooperative

0 commit comments

Comments
 (0)