From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 106527] OpenCL corrupted memory on AMD R9 280X
Date: Tue, 15 May 2018 14:01:26 +0000
Message-ID:
Bug ID
106527
Summary
OpenCL corrupted memory on AMD R9 280X
Product
DRI
Version
XOrg git
Hardware
Other
OS
Linux (All)
Status
NEW
Severity
normal
Priority
medium
Component
DRM/AMDgpu-pro
Assignee
dri-devel@lists.freedesktop.org
Reporter
riccardodemaria@gmail.com
I am trying to use the AMD R9 280X (Tahiti) with the latest Ub=
untu 18.04 and
AMDGPU-PRO driver.
OpenCL appears to work with=20
export GPU_FORCE_64BIT_PTR=3D1
see https://bugs.freedesktop.org/show_bug.=
cgi?id=3D102491
however the memory appears corrupted on the device resulting in random data
populating partially or entirely the buffers.
A simple OpenCL program is sufficient to show the problem:
https://github.co=
m/rdemaria/opencl_simpletest
in my case.