Both amd and nvidia stuck on Initializing backend runtime for device #1. Please be pa
#3
hiprtcAddNameExpression is missing from HIPRTC shared library.

Successfully initialized NVIDIA CUDA library.

Failed to initialize NVIDIA RTC library.

* Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
CUDA SDK Toolkit required for proper device support and utilization.
Falling back to OpenCL runtime.

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: NVIDIA Corporation
  Name....: NVIDIA CUDA
  Version.: OpenCL 3.0 CUDA 11.7.101

  Backend Device ID #1
    Type...........: GPU
    Vendor.ID......: 32
    Vendor.........: NVIDIA Corporation
    Name...........: NVIDIA GeForce RTX 3070 Laptop GPU
    Version........: OpenCL 3.0 CUDA
    Processor(s)...: 40
    Clock..........: 1560
    Memory.Total...: 8191 MB (limited to 2047 MB allocatable in one block)
    Memory.Free....: 7488 MB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 516.94
    PCI.Addr.BDF...: 01:00.0

OpenCL Platform ID #2
  Vendor..: Advanced Micro Devices, Inc.
  Name....: AMD Accelerated Parallel Processing
  Version.: OpenCL 2.1 AMD-APP (3444.0)

  Backend Device ID #2
    Type...........: GPU
    Vendor.ID......: 1
    Vendor.........: Advanced Micro Devices, Inc.
    Name...........: AMD Radeon(TM) Graphics
    Version........: OpenCL 2.0 AMD-APP (3444.0)
    Processor(s)...: 8
    Clock..........: 2100
    Memory.Total...: 6242 MB (limited to 2435 MB allocatable in one block)
    Memory.Free....: 3072 MB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 3444.0 (PAL,HSAIL)
    PCI.Addr.BDF...: 06:00.0


note the amd card is integrated vega 8 in a 5900hx, since it doesnt get read properly.

I though I read somewhere the sdk toolkit was causing an issue so I didnt grab it, the amd side gives no errors though so dont know why that doent work
Reply


Messages In This Thread
RE: Both amd and nvidia stuck on Initializing backend runtime for device #1. Please be pa - by Xii-Nyth - 08-22-2022, 09:42 PM