File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1821,7 +1821,7 @@ class SyclKernelIntHeaderCreator : public SyclKernelFieldHandler {
1821
1821
getNumOpenCLParams (AccTy));
1822
1822
return true ;
1823
1823
}
1824
-
1824
+
1825
1825
bool handleSyclSamplerType (FieldDecl *FD, QualType FieldTy) final {
1826
1826
const auto *SamplerTy = FieldTy->getAsCXXRecordDecl ();
1827
1827
assert (SamplerTy && " Sampler type must be a C++ record type" );
@@ -2705,7 +2705,7 @@ void SYCLIntegrationHeader::emit(raw_ostream &O) {
2705
2705
for (const KernelDesc &K : KernelDescs) {
2706
2706
O << " //--- " << K.Name << " \n " ;
2707
2707
O << " " ;
2708
- for (const KernelParamDesc &P : K.Params )
2708
+ for (const KernelParamDesc &P : K.Params )
2709
2709
for (unsigned J = 0 ; J < P.NumOpenCLParams ; J++)
2710
2710
O << " false, " ;
2711
2711
O << " \n " ;
You can’t perform that action at this time.
0 commit comments