- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am profiling a hStreams program (vector addition) with vtune on a Xeon + KNC heterogeneous platform. It reports the following message. Can anybody shade some lights on the issue?
[jianbin@cn111 vectorAdd-singleStream]$ amplxe-cl -collect-with runsa-knc -target-system=mic-host-launch -target-duration-type=medium ./bin/host/vecAdd
amplxe: Using target: mic-host-launch:
amplxe: Warning: To collect data on Intel Xeon Phi coprocessor, use -target-system=mic-native or -target-system=mic-hots-launch options. For custom collection on the coprocessor card, add: -collect-with runsa.
Note: To profile a native Intel Xeon Phi application in the Application to Launch mode, specify a full path on the target.
amplxe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: amplxe-cl -r /home/jianbin/vectorAdd-singleStream/r004runsa_knc -command stop.
amplxe: Collection stopped.
amplxe: Using result path `/home/jianbin/vectorAdd-singleStream/r004runsa_knc'
amplxe: Executing actions 50 % done
amplxe: Error: 0x4000001d (Cannot find raw collector data)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Could you please try to replace "runsa-knc" to "runsa" as a value of "-collect-with" option.
amplxe-cl -collect-with runsa -target-system=mic-host-launch -target-duration-type=medium ./bin/host/vecAdd
Also - usually if you run "-collect-with runsa" you want to specify a list of events that you want to profile using -knob event-config=<list_of_events>. In your case the list is empty since you simply did not order events to collect. Was that the intention?
Thanks & Regards, Dmitry
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Could you please try to replace "runsa-knc" to "runsa" as a value of "-collect-with" option.
amplxe-cl -collect-with runsa -target-system=mic-host-launch -target-duration-type=medium ./bin/host/vecAdd
Also - usually if you run "-collect-with runsa" you want to specify a list of events that you want to profile using -knob event-config=<list_of_events>. In your case the list is empty since you simply did not order events to collect. Was that the intention?
Thanks & Regards, Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Dmitry. It is working now :-)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page