Skip to content

Commit

Permalink
Remove qualifiers from lhs of sycl local variable declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Aug 21, 2023
1 parent 1590291 commit c61f0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/occa/internal/lang/modes/dpcpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ namespace occa
var.vartype.setType(auto_);
var.vartype.setReferenceToken(var.source);
var.vartype.arrays.clear();
// var.vartype.qualifiers.clear();
}
});
}
Expand Down

0 comments on commit c61f0b5

Please sign in to comment.