TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

Settings from SDK-DIR/etc/tornado.properties are ignored for default platform/device

Open vsilaev opened this issue 4 years ago • 1 comments

Settings specified in SDK-DIR/etc/tornado.properties file are ignored. In particular, setting tornado.platform and tornado.device has no effect.

There is a method OpenCL.defaultDevice that uses these properties, but the method itself is not used anywhere.

vsilaev avatar Feb 02 '21 07:02 vsilaev

Created a PR that overcome the limitation (inability to set VM-wide default driver/device).

vsilaev avatar Feb 08 '21 13:02 vsilaev