- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my opencl design I have 2 channel between 2 kernels,even though design is very simple but I am getting very bad channel stall at the reading side as bad as 99%, even though in my design I do not have any memory stall also. I am not sure what is the possible solution is here, any suggestions will be really helpful. I am using blocking channels
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Are the kernels connected in a cycle (e.g. k1 writes to k2 and k2 writes to k1)? Or is it purely feed-forward (e.g. k1 writes to k2 via c1 and k1 writes to k2 via c2)? In these situations, it would be good to get the design, compile it, check the reports, and see what things look like. It may be an issue of channel depths or something else in one of the two kernels.
Please send me your design files for further investigation.
Thanks
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page