- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a basic question about how opencl compiler handles global memory access across different opencl kernels.
For eg:-
__kernel input1( __global int *r1 ) {
}
__kernel input2(__global char*r2) {
}
__kernel output(__global short *r3) {
}
When I launch the above three kernels parallely, does the memory bandwidth gets shared equally or does it depend on how many memory access? Does it depend on the size of the data type?
In general, what is the maximum number of read and write ports froim FPGA to Global memory?
- Tags:
- OpenCL™
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page