All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context
@ 2018-11-27 12:48 bugzilla-daemon
  2018-11-27 13:50 ` bugzilla-daemon
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bugzilla-daemon @ 2018-11-27 12:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 4854 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

            Bug ID: 108879
           Summary: [CIK] [regression] clinfo hangs indefinitely in
                    si_create_context
           Product: Mesa
           Version: 18.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: vedran@miletic.net
        QA Contact: dri-devel@lists.freedesktop.org

Bisected to 9b331e462e5021d994859756d46cd2519d9c9c6e.

Tracing calls done by clinfo and pressing Ctrl+C gives:

#0  0x00007ffff7e9cead in syscall () from /lib64/libc.so.6
#1  0x00007ffff143422c in sys_futex (val3=-1, addr2=0x0, timeout=0x0, val1=2,
op=9, addr1=0x555555899b08) at ../../src/util/futex.h:50                        
#2  futex_wait (timeout=0x0, value=2, addr=0x555555899b08) at
../../src/util/futex.h:50
#3  do_futex_fence_wait (fence=fence@entry=0x555555899b08,
timeout=timeout@entry=false, abs_timeout=abs_timeout@entry=0) at u_queue.c:115  
#4  0x00007ffff1434739 in _util_queue_fence_wait
(fence=fence@entry=0x555555899b08) at u_queue.c:130                             
#5  0x00007ffff146cd79 in util_queue_fence_wait (fence=0x555555899b08) at
../../../../src/util/u_queue.h:161                                              
#6  si_bind_compute_state (ctx=0x5555558648c0, state=0x555555899af0) at
si_compute.c:277
#7  0x00007ffff146eb79 in si_compute_do_clear_or_copy
(sctx=sctx@entry=0x5555558648c0, dst=dst@entry=0x5555558a3910,
dst_offset=dst_offset@entry=0, src=src@entry=0x0,                
    src_offset=src_offset@entry=0, size=size@entry=16,
clear_value=0x7fffffffcea0, clear_value_size=4, coher=SI_COHERENCY_SHADER) at
si_compute_blit.c:131                            
#8  0x00007ffff146ecb0 in si_clear_buffer (sctx=sctx@entry=0x5555558648c0,
dst=0x5555558a3910, offset=offset@entry=0, size=16,
clear_value=clear_value@entry=0x7fffffffcea0,          
    clear_value_size=clear_value_size@entry=4, coher=SI_COHERENCY_SHADER) at
si_compute_blit.c:217                                                           
#9  0x00007ffff147de40 in si_create_context
(screen=screen@entry=0x5555555e07c0, flags=flags@entry=0) at si_pipe.c:624      
#10 0x00007ffff147e8d1 in radeonsi_screen_create (ws=<optimized out>,
config=<optimized out>) at si_pipe.c:1123                                       
#11 0x00007ffff143edfa in radeon_drm_winsys_create (fd=fd@entry=4,
config=config@entry=0x7fffffffd038,
screen_create=screen_create@entry=0x7ffff147e1c0 <radeonsi_screen_create>)     
    at radeon_drm_winsys.c:941
#12 0x00007ffff131b49d in create_screen (fd=4, config=0x7fffffffd038) at
pipe_radeonsi.c:18                                                              
#13 0x00007ffff7cc606b in pipe_loader_create_screen (dev=0x5555555ccc80) at
pipe_loader.c:137                                                               
#14 0x00007ffff7ce744c in clover::device::device (this=0x5555555b9f50,
platform=..., ldev=<optimized out>) at core/device.cpp:47                       
#15 0x00007ffff7cf1584 in clover::create<clover::device, clover::platform&,
pipe_loader_device*&> () at ./util/pointer.hpp:229                              
#16 clover::platform::platform (this=0x7ffff7d9edc0 <(anonymous
namespace)::_clover_platform>) at core/platform.cpp:36                          
#17 0x00007ffff7cc5a26 in __static_initialization_and_destruction_0
(__initialize_p=1, __priority=65535) at api/platform.cpp:141                    
#18 _GLOBAL__sub_I_platform.cpp(void) () at api/platform.cpp:141
#19 0x00007ffff7fe1dea in call_init.part () from /lib64/ld-linux-x86-64.so.2
#20 0x00007ffff7fe1eea in _dl_init () from /lib64/ld-linux-x86-64.so.2
#21 0x00007ffff7fe5edf in dl_open_worker () from /lib64/ld-linux-x86-64.so.2
#22 0x00007ffff7edf0d7 in _dl_catch_exception () from /lib64/libc.so.6
#23 0x00007ffff7fe574e in _dl_open () from /lib64/ld-linux-x86-64.so.2
#24 0x00007ffff7f6c39a in dlopen_doit () from /lib64/libdl.so.2
#25 0x00007ffff7edf0d7 in _dl_catch_exception () from /lib64/libc.so.6
#26 0x00007ffff7edf173 in _dl_catch_error () from /lib64/libc.so.6
#27 0x00007ffff7f6caf9 in _dlerror_run () from /lib64/libdl.so.2
#28 0x00007ffff7f6c43a in dlopen@@GLIBC_2.2.5 () from /lib64/libdl.so.2
#29 0x00007ffff7f76d11 in _initClIcd_real () from /lib64/libOpenCL.so.1
#30 0x00007ffff7f7935c in clGetPlatformIDs () from /lib64/libOpenCL.so.1
#31 0x000055555555a4ba in main ()

Removing the CIK-specific function call under /* Clear the NULL constant
buffer, because loads should return zeros. */ makes clinfo work normally.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 6351 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
@ 2018-11-27 13:50 ` bugzilla-daemon
  2019-01-03 17:22 ` [Bug 108879] [CIK] [regression] All opencl apps " bugzilla-daemon
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2018-11-27 13:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 464 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #1 from Vedran Miletić <vedran@miletic.net> ---
Confirmed both on:

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Kaveri [Radeon R5 Graphics] [1002:1315]
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Hawaii XT GL [FirePro W9100] [1002:67a0]

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1281 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
  2018-11-27 13:50 ` bugzilla-daemon
@ 2019-01-03 17:22 ` bugzilla-daemon
  2019-01-03 17:24 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-01-03 17:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2799 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

Vasily Galkin <galkin-vv@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[CIK] [regression] clinfo   |[CIK] [regression] All
                   |hangs indefinitely in       |opencl apps hangs
                   |si_create_context           |indefinitely in
                   |                            |si_create_context
                 CC|                            |galkin-vv@ya.ru

--- Comment #2 from Vasily Galkin <galkin-vv@ya.ru> ---
Faced same problem on CIK gpu: clinfo hanging at start since 18.3.0.
Stack trace is the same - the sys_futex never returns.

The issue reproduces every time. Most important - it affects ALL applications
using opencl I tried (clinfo, fresh manual build of
https://github.com/ihaque/memtestCL and closed-source Geeks3D GpuTest). They
all hang at initialization with similar stack trace.

I'm renaming the bug to indicate that all apps are affected.

GPU is

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Tobago PRO [Radeon R7 360 / R9 360 OEM] (rev 81) (prog-if 00 [VGA controller])

("Tobago" is less common variant of "Bonaire" gpus).

Reproduced on two different motherboards (however, both are PCIe 2.0/1.1 - so
no  PCIe3.0 atomics if it is related). Changing kernels in 4.17-4.20 range
doesn't matter. For example vanilla 4.20.0 with ubuntu config -
4.20.0-042000-generic can be used for issue reproduaction. Distros also doesn't
matter I tried debian and vanilla mesa build on archlinux

Kernel parameters are: BOOT_IMAGE=/boot/vmlinuz-4.20.0-042000-generic
root=UUID=7917286f-3223-4003-8d58-a2bff30a7730 ro quiet intel_iommu=on
amdgpu.si_support=1 amdgpu.cik_support=1 amdgpu.dc=1 acpi_enforce_resources=off
radeon.si_support=0 radeon.cik_support=0 radeon.modeset=1 nouveau.modeset=1
zswap.enabled=1 zswap.zpool=zsmalloc zswap.compressor=lz4hc
zswap.max_pool_percent=42

(actually intel_iommu is DISABLED in bios, so I don't think it is related)

Unlike opencl, both vulkan and opengl works completely fine.

Donwgrading mesa-opencl-icd to 18.2.8 fixes the problem.
This deb package downgrades only 
/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_nouveau.so
/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_r300.so
/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_r600.so
/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_radeonsi.so
/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_swrast.so
/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_vmwgfx.so
/usr/lib/x86_64-linux-gnu/libMesaOpenCL.so.1.0.0

other mesa libs are kept from 18.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4289 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
  2018-11-27 13:50 ` bugzilla-daemon
  2019-01-03 17:22 ` [Bug 108879] [CIK] [regression] All opencl apps " bugzilla-daemon
@ 2019-01-03 17:24 ` bugzilla-daemon
  2019-01-03 17:30 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-01-03 17:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #3 from Vasily Galkin <galkin-vv@ya.ru> ---
Created attachment 142960
  --> https://bugs.freedesktop.org/attachment.cgi?id=142960&action=edit
clinfo output with mesa-opencl-icd downgraded to 18.2.8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1379 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-01-03 17:24 ` bugzilla-daemon
@ 2019-01-03 17:30 ` bugzilla-daemon
  2019-02-11 22:57 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-01-03 17:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 460 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #4 from Vasily Galkin <galkin-vv@ya.ru> ---
Created attachment 142961
  --> https://bugs.freedesktop.org/attachment.cgi?id=142961&action=edit
Stacktrace from debian's 18.3.0 build

The dmesg is completely clean - no any errors there, and system working fine.
Even hanged clinfo can be interrupted by Ctrl+C.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1456 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-01-03 17:30 ` bugzilla-daemon
@ 2019-02-11 22:57 ` bugzilla-daemon
  2019-02-11 22:59 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-02-11 22:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 513 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

Jan Vesely <jan.vesely@rutgers.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |99553


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=99553
[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1599 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-02-11 22:57 ` bugzilla-daemon
@ 2019-02-11 22:59 ` bugzilla-daemon
  2019-02-18  1:48 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-02-11 22:59 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1301 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #5 from Jan Vesely <jan.vesely@rutgers.edu> ---
(In reply to Vasily Galkin from comment #2)
> GPU is
> 
> 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
> Tobago PRO [Radeon R7 360 / R9 360 OEM] (rev 81) (prog-if 00 [VGA
> controller])
> 
> ("Tobago" is less common variant of "Bonaire" gpus).
> 
> Reproduced on two different motherboards (however, both are PCIe 2.0/1.1 -
> so no  PCIe3.0 atomics if it is related). Changing kernels in 4.17-4.20
> range doesn't matter. For example vanilla 4.20.0 with ubuntu config -
> 4.20.0-042000-generic can be used for issue reproduaction. Distros also
> doesn't matter I tried debian and vanilla mesa build on archlinux
> 
> Kernel parameters are: BOOT_IMAGE=/boot/vmlinuz-4.20.0-042000-generic
> root=UUID=7917286f-3223-4003-8d58-a2bff30a7730 ro quiet intel_iommu=on
> amdgpu.si_support=1 amdgpu.cik_support=1 amdgpu.dc=1
> acpi_enforce_resources=off radeon.si_support=0 radeon.cik_support=0
> radeon.modeset=1 nouveau.modeset=1 zswap.enabled=1 zswap.zpool=zsmalloc
> zswap.compressor=lz4hc zswap.max_pool_percent=42
> 

Have you tried using the radeon module?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2286 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-02-11 22:59 ` bugzilla-daemon
@ 2019-02-18  1:48 ` bugzilla-daemon
  2019-02-18  1:48 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-02-18  1:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 524 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

Jan Vesely <jv356@scarletmail.rutgers.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpiazza@gmail.com

--- Comment #6 from Jan Vesely <jv356@scarletmail.rutgers.edu> ---
*** Bug 108572 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2126 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-02-18  1:48 ` bugzilla-daemon
@ 2019-02-18  1:48 ` bugzilla-daemon
  2019-02-18 20:37 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-02-18  1:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 315 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #7 from Jan Vesely <jv356@scarletmail.rutgers.edu> ---
Has this patch affected the status? :
https://lists.freedesktop.org/archives/mesa-dev/2019-February/215057.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1244 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-02-18  1:48 ` bugzilla-daemon
@ 2019-02-18 20:37 ` bugzilla-daemon
  2019-03-13 19:39 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-02-18 20:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 599 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #8 from Marco <mpiazza@gmail.com> ---
I applied the two patches:
https://lists.freedesktop.org/archives/mesa-dev/2019-February/215057.html
https://lists.freedesktop.org/archives/mesa-dev/2019-February/215058.html

but problem persist on my card:
AMD KABINI (DRM 3.27.0, 4.20.8-bfq-zstd+, LLVM 8.0.0)
AMD Radeon HD 8500M Series (HAINAN, DRM 3.27.0, 4.20.8-bfq-zstd+, LLVM 8.0.0)

The result is the same, clinfo freezes with the same stack trace

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1599 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (8 preceding siblings ...)
  2019-02-18 20:37 ` bugzilla-daemon
@ 2019-03-13 19:39 ` bugzilla-daemon
  2019-04-04 16:51 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-03-13 19:39 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 475 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

Jan Vesely <jv356@scarletmail.rutgers.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=110045

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1167 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-03-13 19:39 ` bugzilla-daemon
@ 2019-04-04 16:51 ` bugzilla-daemon
  2019-04-09 16:05 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-04-04 16:51 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 853 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

Steffen Klee <steffen.klee@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steffen.klee@gmail.com

--- Comment #9 from Steffen Klee <steffen.klee@gmail.com> ---
AMD R9 390 (Linux 4.14, LLVM 8.0.0, AMDGPU kernel driver, Mesa 19.0.1)

Also experiencing hangs when running clinfo and other OpenCL software.
Applying mentioned patches results in segfaults when starting graphical
applications as well as OpenCL software.

However, when just applying the workaround in duplicate bug 108572, comment 6,
clinfo and other OpenCL software start working again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2448 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (10 preceding siblings ...)
  2019-04-04 16:51 ` bugzilla-daemon
@ 2019-04-09 16:05 ` bugzilla-daemon
  2019-04-09 23:39 ` bugzilla-daemon
  2019-04-22 20:07 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-04-09 16:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 881 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #10 from Jan Vesely <jv356@scarletmail.rutgers.edu> ---
(In reply to Steffen Klee from comment #9)
> AMD R9 390 (Linux 4.14, LLVM 8.0.0, AMDGPU kernel driver, Mesa 19.0.1)
> 
> Also experiencing hangs when running clinfo and other OpenCL software.
> Applying mentioned patches results in segfaults when starting graphical
> applications as well as OpenCL software.
> 
> However, when just applying the workaround in duplicate bug 108572, comment
> 6, clinfo and other OpenCL software start working again.

Thanks for the update. Can you try running piglit cl-api-enqueue-copy-buffer
after applying the workaround? It might be just an early initialization issue
rather than a problem with compute shader clears in general.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1997 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (11 preceding siblings ...)
  2019-04-09 16:05 ` bugzilla-daemon
@ 2019-04-09 23:39 ` bugzilla-daemon
  2019-04-22 20:07 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-04-09 23:39 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 259 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

--- Comment #11 from Steffen Klee <steffen.klee@gmail.com> ---
cl-api-enqueue-copy-buffer passes when using the workaround.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1096 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context
  2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
                   ` (12 preceding siblings ...)
  2019-04-09 23:39 ` bugzilla-daemon
@ 2019-04-22 20:07 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2019-04-22 20:07 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 559 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108879

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #12 from Marek Olšák <maraeo@gmail.com> ---
Should be fixed by b58e5fb6f317be771326f98d498483e45942beaf
Closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2131 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-04-22 20:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 12:48 [Bug 108879] [CIK] [regression] clinfo hangs indefinitely in si_create_context bugzilla-daemon
2018-11-27 13:50 ` bugzilla-daemon
2019-01-03 17:22 ` [Bug 108879] [CIK] [regression] All opencl apps " bugzilla-daemon
2019-01-03 17:24 ` bugzilla-daemon
2019-01-03 17:30 ` bugzilla-daemon
2019-02-11 22:57 ` bugzilla-daemon
2019-02-11 22:59 ` bugzilla-daemon
2019-02-18  1:48 ` bugzilla-daemon
2019-02-18  1:48 ` bugzilla-daemon
2019-02-18 20:37 ` bugzilla-daemon
2019-03-13 19:39 ` bugzilla-daemon
2019-04-04 16:51 ` bugzilla-daemon
2019-04-09 16:05 ` bugzilla-daemon
2019-04-09 23:39 ` bugzilla-daemon
2019-04-22 20:07 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.