File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ int main() {
5151 size_t AlignedByteSize = GetAlignedByteSize (BytesRequired, UsedGranularity);
5252
5353 syclext::physical_mem PhysicalMem{Device, Context, AlignedByteSize};
54-
54+
5555 assert (PhysicalMem.get_device () == Device &&
5656 " device passed to physical_mem must be the same as returned from "
5757 " get_device()" );
@@ -104,7 +104,8 @@ int main() {
104104 syclext::get_access_mode (MappedPtr, AlignedByteSize, Context);
105105
106106 assert (CurrentAccessMode == syclext::address_access_mode::read_write &&
107- " access mode must be address_access_mode::read_write before change with "
107+ " access mode must be address_access_mode::read_write before change "
108+ " with "
108109 " set_access_mode()" );
109110
110111 syclext::set_access_mode (MappedPtr, AlignedByteSize,
You can’t perform that action at this time.
0 commit comments