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 5164893 commit 383035aCopy full SHA for 383035a
docs/buffers.md
@@ -0,0 +1,15 @@
1
+# Buffers
2
+
3
+## Summary
4
5
+1. Buffers are not actually allocated on device until the kernel execute, unless clEnqueueWriteBuffer are called
6
+2.
7
8
9
10
+## How are buffers allocated on device
11
12
+## When are buffers allocated on device
13
14
+## The flow
15
+clCreateBufferWithPropertiesINTEL https://github.com/intel/fpga-runtime-for-opencl/blob/b08e0af97351718ce0368a9ee507242b35f4929e/src/acl_mem.cpp#L408-L953
0 commit comments