peacemaker Expert Licensed User Longtime User Oct 12, 2021 #1 HI, All How GPU is used in apps for calculations ? Is it possible to use it in B4J ? For ex, with OpenCV or Tensorflow...
HI, All How GPU is used in apps for calculations ? Is it possible to use it in B4J ? For ex, with OpenCV or Tensorflow...
EnriqueGonzalez Expert Licensed User Longtime User Oct 12, 2021 #2 peacemaker said: with OpenCV or Tensorflow.. Click to expand... Coding wise nothing, that's the job of the libraries. Upvote 0
peacemaker said: with OpenCV or Tensorflow.. Click to expand... Coding wise nothing, that's the job of the libraries.
peacemaker Expert Licensed User Longtime User Oct 12, 2021 #3 EnriqueGonzalez said: hat's the job of the libraries Click to expand... In whole i think if it's parallel calculations on several GPU's cores - it should mean that the app code should be something special, to arrange the parallel. I do not think it's simple here, OK, finished. Upvote 0
EnriqueGonzalez said: hat's the job of the libraries Click to expand... In whole i think if it's parallel calculations on several GPU's cores - it should mean that the app code should be something special, to arrange the parallel. I do not think it's simple here, OK, finished.
Daestrum Expert Licensed User Longtime User Oct 12, 2021 #4 Have a look at TornadoVM - it would need wrapping for B4J. Upvote 0