Re: [Mesa-dev] [PATCH 3/7] radeonsi: compile all TGSI compute shaders asynchronously

2017-03-18 Thread Christian Inci
This patch results into an infinite, but interruptible, hang when trying to use OpenCL. Not even the piglit quick_cl tests are working. It works fine after revert. System info: Gentoo AMD64 Unstable RX 470 8GB (Polaris 10) LLVM, Clang, Mesa incl. dependencies on Git Master. P.S.: OpenCL on

Re: [Mesa-dev] [PATCH] radeonsi: Bugfix needed for hashcat

2017-01-04 Thread Christian Inci
On 12/22/2016 05:07 PM, Nicolai Hähnle wrote: > On 19.12.2016 23:26, Christian Inci wrote: >> Hashcat needs MAX_GLOBAL_BUFFERS to be 21 or even 22 for some modes. It'll >> crash otherwise. >> I'm adding an assert to see if programs need it to be even higher. >> >&

[Mesa-dev] [PATCH] radeonsi: Bugfix needed for hashcat

2016-12-19 Thread Christian Inci
Hashcat needs MAX_GLOBAL_BUFFERS to be 21 or even 22 for some modes. It'll crash otherwise. I'm adding an assert to see if programs need it to be even higher. Signed-off-by: Christian Inci <chris.bug...@broke-the-inter.net> --- src/gallium/drivers/radeonsi/si_compute.c | 3 ++- 1 file c