Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update use-onchip-memory.cpp
  • Loading branch information
Christopher Di Bella authored Dec 14, 2018
commit 11eaab0f57ee339e4311868073c0971b5ac58a52
2 changes: 1 addition & 1 deletion samples/use-onchip-memory/use-onchip-memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void how_to_use_with_require(sycl::queue& queue) {
"\n"
"This particular error has occurred because you are requiring "
"the policy use_onchip_memory be available, and your hardware "
"doesn't support the use_onchip_memory, so the SYCL ecosystem "
"doesn't support the use_onchip_memory, so the SYCL implementation "
"will raise an error.\n";
}
}
Expand Down