> just replace every d with l You mean function signature parameters d with l?... seems like a surprising substitution.
On windows, I have opencl.dll in system32 and system. And also have various versions of amd_opencl(32/64).dll. Do I just link to just opencl.dll, and it will magically delegate to the right vendor's implementation? ----- Original Message ----- From: bill lam <[email protected]> To: 'Pascal Jasmin' via Programming <[email protected]> Cc: Sent: Sunday, November 15, 2015 2:37 AM Subject: Re: [Jprogramming] opencl on android Location of library depends on platform. It think it should work on J32. It is simpler on J64, just replace every d with l and change i2d to ] . In desktop, both CPU and GPU can provide devices, you may to want to specify CPU or GPU in getting the device ID. Вс, 15 ноя 2015, jprogramming написал(а): > haven't tested on android yet, but it doesn't work on windows... I guess > intentionally. > > Would the signatures be the same (or very close) on desktops... just the > library locations different? > > ________________________________ > From: bill lam <[email protected]> > To: jprogramming <[email protected]> > Sent: Sunday, November 15, 2015 1:27 AM > Subject: [Jprogramming] opencl on android > > > A demo script for running opencl on android, it should ouput > 1 0 or 1 delta. > > Note that google does not want to you to run opencl on android > so that this script may not work even if your android device > is the newest flagship model. Search for "opencl" in google play > for some apps that can check for opencl capability. > > Please report if your devices support opencl but this script failed. > > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
