Epiphany workroups

Discussion about Parallella (and Epiphany) Software Development

Moderators: amylaar, jeremybennett, simoncook

Epiphany workroups

Postby Nader_Jendoubi » Fri Jun 19, 2015 12:14 am

hi

i wanna ask if i can open more than one workgroup in the host program an if i can open two similar workgroups as the example shows
e_epiphany_t dev1;
e_epiphany_t dev2;

e_open(&dev1, 0, 0, platform.rows, platform.cols); //open all cores
e_open(&dev2, 0, 0, platform.rows, platform.cols);

It is 2 workgroups with 16 cores starting at core 0 : can i use the two workgroups to load different epiphany progs like this

e_load_group("epiphany1.srec", &dev1, 0, 0, platform.rows, platform.cols, E_TRUE);

then

e_load_group("epiphany2.srec", &dev2, 0, 0, platform.rows, platform.cols, E_TRUE);
Nader_Jendoubi
 
Posts: 41
Joined: Wed Feb 18, 2015 6:53 pm

Return to Programming Q & A

Who is online

Users browsing this forum: No registered users and 14 guests

cron