Skip to content
Snippets Groups Projects
Commit 22ee0f07 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed default platform id

parent 1feacbc3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -45,7 +45,7 @@ __TEST_ALL_OPENCL_PLATFORMS__ = get_env('TEST_ALL_OPENCL_PLATFORMS', False)
__ENABLE_LONG_TESTS__ = get_env('ENABLE_LONG_TESTS', ("OFF" is "ON"))
# OpenCL
__DEFAULT_PLATFORM_ID__ = 1
__DEFAULT_PLATFORM_ID__ = 0
__DEFAULT_DEVICE_ID__ = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment