Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test cases for AMD GPUs #464

Merged
merged 2 commits into from Jun 13, 2019
Merged

Commits on Jun 5, 2019

  1. resource: Add support for OpenCL device naming convention

    AMD GPUs appear in hwloc as "opencl" followed by a platform ID
    followed by a device ID with the letter 'd' delimits the
    platform and device IDs.
    
    Add support for this naming convention for hwloc reader.
    dongahn committed Jun 5, 2019
    Copy the full SHA
    43bb1c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. test: Add tests for systems with AMD GPUs and mixed GPU types

    Add an hwloc xml with a system with AMD GPUs in
    data/hwloc-data/001N/amd_gpu/corona11.xml.
    
    Add an hwloc xml with a system with mixed GPUs (one NVIDIA GPU
    and one AMD GPU) in data/hwloc-data/001N/multi_gpu_types/chimera.xml.
    
    Modify t4004-match-hwloc.t to make use of these xml files
    and test GPU scheduling using resource-query.
    dongahn committed Jun 8, 2019
    Copy the full SHA
    9a0f1d1 View commit details
    Browse the repository at this point in the history