RoshanGerard / aparapi

Automatically exported from code.google.com/p/aparapi
Other
0 stars 0 forks source link

Add support from multiple entrypoints #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is relevant to issue 56 and was also mentioned there as proposed, so I 
figured a separate issue is warranted. 

Example with 2 entrypoints:

Kernel k = new Kernel(){
  run1(){}
  run2(){}
}

- Avoids some data transfers that would be made when using different kernels. 
- Feels very natural in cases where you want output from the kernel1/run1 to be 
used directly by kernel2/run2. 

[aparapi r574]

Original issue reported on code.google.com by alex.kar...@gmail.com on 19 Jul 2012 at 12:44

GoogleCodeExporter commented 9 years ago
Are you sure this in not a duplicate of 
http://code.google.com/p/aparapi/issues/detail?id=21

Original comment by ryan.lam...@gmail.com on 23 Jul 2012 at 11:12

GoogleCodeExporter commented 9 years ago
Yes you are correct, this is a duplicate. Sorry, I must have missed issue 21. 

Original comment by alex.kar...@gmail.com on 23 Jul 2012 at 11:15

GoogleCodeExporter commented 9 years ago
I would be interested in how we might make this work...  Any suggestions would 
be welcome. I will start a proposal wiki page and seed it to get the ball 
rolling.  In the meantime I will close this duplicate.

Original comment by frost.g...@gmail.com on 25 Jul 2012 at 7:32