Altera_Forum
Honored Contributor
10 years agoSingle Work Item Kernel Optimization Report Not Generated
Hi,
I'm trying to the use the optimization report which the aoc generates for single work item kernels. Unfortunately I can't get the compiler to generate the full report (at least one which resembles the examples in the opt guide). A <kernel_name>.log file is created within the compiler output directory and the start of this file does include a section entitled "Optimization Report". However the contents of this section only include: - a estimated resource usage report - and lots of time-stamped "Info" printouts from the compiler There are no messages relating to: - whether pipelined execution has been inferred - or the initiation interval etc - and no output which relates any implementation decisions to actual source lines of code I'm using: aoc --version Altera SDK for OpenCL, 64-Bit Offline Compiler Version 14.1.1 Build 190 Copyright (C) 2015 Altera Corporation And my compile command looks like: aoc -g --board p385_hpc_d5 -D...preprocessing_options.... -v --report -o kern_output_name.aocx kernel.cl The kernel produced does work when executed as a single work item/task, however, very slowly hence why I'm trying to use this report. I'd be grateful for some assistance on what I'm doing wrong. Many thanks