Skip to content
Snippets Groups Projects
Commit f740e183 authored by 数学の武士's avatar 数学の武士
Browse files

,

parent d545d668
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,9 @@ int main(void)
{
const size_t required_size = sizeof(float) * 100;
memBuf<MemType::CPU> Buf(required_size);
for (int i = 0; i < 100; i++)
{
Buf.ptr()[i] = float(i);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment