Return the id and name of the current device used and the id of current platform.
Call sequence
[deviceplatformname]=gpuUsed()
Parameters
device
Platform ID.
platform
Device ID.
name
Device Name.
Exemples
//--Scilab script--[deviceplatformname]=gpuUsed()// If multiple device available.gpuInit(1);[deviceplatformname]=gpuUsed()// If multiple platform available.gpuInit(0,1);[deviceplatformname]=gpuUsed()