Identify logical core running a task Topic is solved

If you have a simple question and just want an answer.
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Identify logical core running a task

Post by srinie »

How to get the logical core on which a task is running on?

View Solution
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

get_logical_core_id() returns the logical core of the task.

It is defined in <xs1.h>

 

see also: get_local_tile_id(), get_tile_id()