We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788a36 commit c8415f0Copy full SHA for c8415f0
sycl-jit/jit-compiler/include/KernelFusion.h
@@ -62,8 +62,7 @@ class RTCResult {
62
: Failed{true}, BundleInfo{}, BuildLog{BuildLog} {}
63
64
RTCResult(RTCBundleInfo &&BundleInfo, const char *BuildLog)
65
- : Failed{false}, BundleInfo{std::move(BundleInfo)},
66
- BuildLog{BuildLog} {}
+ : Failed{false}, BundleInfo{std::move(BundleInfo)}, BuildLog{BuildLog} {}
67
68
bool failed() const { return Failed; }
69
0 commit comments