- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the report generated of my opencl kernel, in the area analysis tab of the report I see one line which gives resource utilization for " No source Line", like the one I have added below. I cannot understand where is this hardware utilized, can anyone provide more information about this line ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Was your compilation run successfully? Was there any error or warning messages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , yeah I was able to compile and deploy successfully but I do not understand about this resource utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"No source line" refers to cases where some resource is being used for operations that do not necessarily map to any line in your code; e.g. registers and FIFOs used to balance the latency of pipeline stages. However, such large area usage in "No source line" is likely the result of a bug. Try to generate the report using a newer version of the compiler and you might get the correct location where those resources are being used. Older versions of the compiler (before 18.0) have a lot of such bugs in the report.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page