Skip to content

"GPU Device list" is null object (regardless of GPU count) when json flag is used. #66

@matthewpopescu

Description

@matthewpopescu

In non-multinode config, worldSize is set to "deviceCount" before cuDeviceGetCount(&deviceCount) is even called.

JsonOutput::recordDevices is given "worldSize" as a parameter, which is still 0, but the function implementation refers to this parameter as deviceCount.

The for loop exits immediately without populating the GPU device list in the json object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions