mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
@@ -1345,6 +1345,10 @@ the following resource specification file:
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 0
|
||||
},
|
||||
"local": [
|
||||
{
|
||||
"gpus": [
|
||||
@@ -1376,6 +1380,11 @@ the following resource specification file:
|
||||
|
||||
The members are:
|
||||
|
||||
``version``
|
||||
An object containing a ``major`` integer field and a ``minor`` integer field.
|
||||
Currently, the only supported version is major ``1``, minor ``0``. Any other
|
||||
value is an error.
|
||||
|
||||
``local``
|
||||
A JSON array of resource sets present on the system. Currently, this array
|
||||
is restricted to being of size 1.
|
||||
|
||||
Reference in New Issue
Block a user