This repository was archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Image support #59
Copy link
Copy link
Open
Description
Are there plans to support Image operations? Or is this missing because of the kernel driver of 4.18?
Number of platforms 1
Platform Name AMD Accelerated Parallel Processing
Platform Vendor Advanced Micro Devices, Inc.
Platform Version OpenCL 2.1 AMD-APP (2679.0)
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd cl_amd_event_callback
Platform Host timer resolution 1ns
Platform Extensions function suffix AMD
Platform Name AMD Accelerated Parallel Processing
Number of devices 1
Device Name gfx803
Device Vendor Advanced Micro Devices, Inc.
Device Vendor ID 0x1002
Device Version OpenCL 1.2
Driver Version 2679.0 (HSA1.1,LC)
Device OpenCL C Version OpenCL C 2.0
Device Type GPU
Device Board Name (AMD) Ellesmere [Radeon RX 470/480/570/570X/580/580X]
Device Topology (AMD) PCI-E, 01:00.0
[..]
Image support No
trougnouf, int-ua and UnisTorvalds
Activity
jlgreathouse commentedon Nov 9, 2018
Image support is supplied by a closed-source component of the ROCr runtime (libhsa-ext-image64.so) that is part of the
hsa-ext-rocr-devpackage.cryptomilk commentedon Nov 9, 2018
Ah ok, that works. Are there plans for an Open Source implementation?
jlgreathouse commentedon Nov 12, 2018
Hi @cryptomilk
Our goal for the ROCm project is to provide all of our software as open source products. That said, the HSA image extension library is (I believe) our only remaining closed source project. Getting this through our open sourcing processing has been quite a bit more effort. It's still on our list of goals, but I cannot give you a solid timeline on when it will happen.
cryptomilk commentedon Nov 20, 2018
Thanks. Is is possible to report bugs for the closed source component?
mkszuba commentedon Mar 19, 2020
Could you possibly give us a status update on this, guys?