| Bug ID | 100288 |
|---|---|
| Summary | clover unable to run OpenCL kernels since 03127bb radeonsi: compile all TGSI compute shaders asynchronously |
| Product | Mesa |
| Version | git |
| Hardware | All |
| OS | All |
| Status | NEW |
| Severity | blocker |
| Priority | medium |
| Component | Drivers/Gallium/radeonsi |
| Assignee | dri-devel@lists.freedesktop.org |
| Reporter | vedran@miletic.net |
| QA Contact | dri-devel@lists.freedesktop.org |
Piglit's cl-custom-run-simple-kernel just waits endlessly. Bisected to: commit 03127bb6d5454002b3d9c3a542f3ff1a5f1e91d9 Author: Marek Olšák <marek.olsak@amd.com> Date: Sun Mar 5 01:14:51 2017 +0100 radeonsi: compile all TGSI compute shaders asynchronously required by threaded gallium Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>