createSharkEngine
First introduced in version 3.00.6
Syntax
createSharkEngine(config)
Details
Creates a Shark engine.
Note:
The Community Edition license does not support Shark. To use Shark, go to the official download page and click Request a free trial in the Shark section.
Parameters
config is dictionary that specifies the system on which the Shark engine runs. Currently, only {"system":"cuda"} is supported.
Returns
A Shark engine handle.
Examples
config = {"system":"cuda"}
engine = createSharkEngine(config)
