Updating files for missing licenses (#637)
[ROCm/rccl commit: ebb8b5bf63]
Dieser Commit ist enthalten in:
committet von
GitHub
Ursprung
3fd090c5ba
Commit
0ca30fb88a
@@ -4,8 +4,7 @@ Attributions
|
||||
Contains contributions from NVIDIA.
|
||||
|
||||
Copyright (c) 2015-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
copyright = 'Copyright 2019-2021 Advanced Micro Devices'.
|
||||
2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2021 Advanced Micro Devices.
|
||||
Modifications Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
# Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
# Attempt to collect the latest git hash
|
||||
execute_process(COMMAND git log --pretty=format:'%h' -n 1
|
||||
OUTPUT_VARIABLE GIT_REV
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2015-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
* Modifications Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#include "net.h"
|
||||
#include "bootstrap.h"
|
||||
#include "checks.h"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
b
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
#pragma once
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#include "PtrUnion.hpp"
|
||||
|
||||
namespace RcclUnitTesting
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#pragma once
|
||||
#include "ErrCode.hpp"
|
||||
#include "rccl/rccl.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "EnvVars.hpp"
|
||||
#include "TestBed.hpp"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
#************************************************************************
|
||||
# Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
#
|
||||
# See LICENSE.txt for license information
|
||||
#***********************************************************************/
|
||||
|
||||
#!/bin/bash
|
||||
export MPI_INSTALL_PATH=
|
||||
export RCCL_INSTALL_PATH=
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||
#include <stdio.h>
|
||||
#include "hip/hip_runtime.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||
#include <stdio.h>
|
||||
#include "hip/hip_runtime.h"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
# TransferBench
|
||||
|
||||
TransferBench is a simple utility capable of benchmarking simultaneous copies between user-specified devices (CPUs/GPUs).
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff,00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa096" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="3436:00:00.0" class="0x038000" vendor="0x1002" device="0x740c" subsystem_vendor="0x1002" subsystem_device="0x0b0c" link_speed="32.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0000ffff,0000ffff" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="1">
|
||||
<pci busid="0000:21:00.0" class="0x060400" vendor="0x1022" device="0x14c7" subsystem_vendor="0x0000" subsystem_device="0x0000" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0000ffff,0000ffff" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="1">
|
||||
<pci busid="0000:21:00.0" class="0x060400" vendor="0x1022" device="0x14c7" subsystem_vendor="0x0000" subsystem_device="0x0000" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0003ff,f0003fff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0003ff,f0003fff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0003ff,f0003fff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0003ff,f0003fff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0003ff,f0003fff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0000ffff,0000ffff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="0003ff,f0003fff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00ffffff,00000000,00000000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="ffffffff,00000000,ffffffff,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:c1:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa032" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,0000ffff,ff000000" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="1">
|
||||
<pci busid="0000:19:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa096" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="1">
|
||||
<pci busid="0000:22:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa096" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="3" affinity="ffff0000,00000000,ffff0000,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="48">
|
||||
<pci busid="0000:c1:00.0" class="0x038000" vendor="0x1002" device="0x7408" subsystem_vendor="0x1002" subsystem_device="0x0b0c" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="3" affinity="ffff0000,00000000,ffff0000,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="48">
|
||||
<pci busid="0000:c1:00.0" class="0x038000" vendor="0x1002" device="0x7408" subsystem_vendor="0x1002" subsystem_device="0x0b0c" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,00000000,00000000,00000000,ffffffff,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="1">
|
||||
<pci busid="0000:22:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa096" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,ffffffff,ffffffff,00000000,00000000,ffffffff,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="1">
|
||||
<pci busid="0000:22:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa096" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,ffffffff,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:19:00.0" class="0x060400" vendor="0x1000" device="0xc010" subsystem_vendor="0x1000" subsystem_device="0xa096" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,00000000,00000000,000000ff,ffff0000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff,00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:43:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="ffffffff,ffffffff,ffffffff,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="48">
|
||||
<pci busid="0000:c1:00.0" class="0x038000" link_speed="16.0 GT/s PCIe" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="3" affinity="ffff0000,00000000,ffff0000,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="175" modelid="48">
|
||||
<pci busid="0000:c1:00.0" class="0x038000" vendor="0x1002" device="0x7408" subsystem_vendor="0x1002" subsystem_device="0x0b0c" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00ff00ff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00ff00ff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00ff00ff" arch="x86_64" vendor="GenuineIntel" familyid="6" modelid="85">
|
||||
<pci busid="0000:18:00.0" class="0x060400" link_speed="8 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,ffffffff,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:43:00.0" class="0x060400" vendor="0x11f8" device="0x4000" subsystem_vendor="0x11f8" subsystem_device="0xbeef" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000,00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:43:00.0" class="0x060400" vendor="0x11f8" device="0x4000" subsystem_vendor="0x11f8" subsystem_device="0xbeef" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff,00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:43:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,ffffffff,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:01:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,ffffffff,00000000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,ffffffff,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="000000,00000000,00000000,3fffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0001:00:00.0" class="0x038000" vendor="0x1002" device="0x738c" subsystem_vendor="0x1002" subsystem_device="0x0c34" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="1" affinity="00000000,00000000,00000000,ffff0000" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:41:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00ffffff,00000000,00000000,00ffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:61:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-------------------------------------------------------------------------
|
||||
- Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
- See LICENSE.txt for license information
|
||||
------------------------------------------------------------------------->
|
||||
<system version="2">
|
||||
<cpu numaid="0" affinity="00000000,00000000,00000000,ffffffff,00000000,00000000,00000000,ffffffff" arch="x86_64" vendor="AuthenticAMD" familyid="143" modelid="49">
|
||||
<pci busid="0000:43:00.0" class="0x060400" link_speed="16 GT/s" link_width="16">
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren