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 5490b01 commit 08f69e1Copy full SHA for 08f69e1
sycl/test-e2e/VirtualMem/virtual_mem_usm_compatibility.cpp
@@ -86,7 +86,7 @@ int main() {
86
}
87
88
89
- // Check that can use memset on virtual memorys
+ // Check that can use memset on virtual memory
90
int ExpectedResultAfterMemSetOperation{0};
91
std::memset(&ExpectedResultAfterMemSetOperation,
92
ValueSetInMemSetOperationPerByte, sizeof(int));
0 commit comments