- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, currently setting MKL_VERBOSE to 1 or 2
causes the MKL library to print out lines such as
MKL_VERBOSE DGEMM(N,N,....) 3.52us CNR:OFF Dyn:1 FastMM:1 TID:10 NThr:1
This contains the duration of the call, but not its start time.
is there a way to include a timestamps as well which specifies when the called routines execution starts (or ends)?
Thanks
István
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MKL_VERBOSE doesn't provide timestamps information. But you could call dsecnd() API in oneMKL to get a relative timestamp. Just need to modify the source code though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply. I was hoping though it can provide timestamps as well, as for example cublas logging.
István

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