Objet : Developers list for StarPU
Archives de la liste
- From: Alexander Grund <alexander.grund@tu-dresden.de>
- To: <starpu-devel@lists.gforge.inria.fr>
- Subject: [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL
- Date: Fri, 16 Feb 2018 10:05:23 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=alexander.grund@tu-dresden.de; spf=None smtp.mailfrom=alexander.grund@tu-dresden.de; spf=None smtp.helo=postmaster@mailout6.zih.tu-dresden.de
- Ironport-phdr: 9a23:IH+2EB8GDGeWGP9uRHKM819IXTAuvvDOBiVQ1KB30uIcTK2v8tzYMVDF4r011RmVBd6ds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55Pebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRgH1hikHNDA3/m/YhcNsg6xUux+hux9yzpTIbI2JOvdzfKXQds4aS2pbWcZRUjRMD5+4b4QRAOsOJ+BYoJTjqFsUsBCwBBOsBP7pyjBVm3T72rc10+A/HgDJxgMgGc8Bv2rOrNnvO6cSS/21zK/VwjjYc/NWxC7x55XSch8/uvGDQKx/cczLxUYyCQzIl1OdopHmMTONzukBrmeW4/d6We+hl2IrsQB8rzq1ysouioTFnp8Zx1/Z+Sljwos4JMe0RUpmbdK+DpdduD+WOo1rSc04WW5oojw1yrgetJ67YicKzJMnygbaa/OdcoiI5hXjVPuNITp5nn5kebO/hxao/Ui81+3wT9S70ExUoSpej9bDqHYN2wbO5ceZUvd9/0Gh1iiT1w3L9+1JLl04mbDVJpI92LI9l5gevV7BEyL2gEn2ibWZdkQg+uim8eTnZbDmq4eGOI9wlA7/Pb4hmsqiDusmKAgCRWeb+f6h1L3l4EL0W6lKjuAvnqbEqpDVO98bqbOnDA9TyIos9giwAy+80NsEhXkHME5FeBWfgojyJ1HBOur4De+ig1i1jThk2e7GMaPlApjWKnjDkazhfapm60JGxwozw9df54hbCr4fOv7zW0nxtMbZDhAjKQC0zfznW51B0dZKQn6GGLeEda/fr1KMzuYuOPWXIoAbvyzyJr4k4eTvhDk3gwlOU7Ou2M4+bH2oF/JqLl/RTmDxhNtJRW4Osxo3SuDnkhuNSyNVa16uQucw/DwgBI+gS4vOENP+yIed1Tu2S8UFLltNDUqBRC+xJte0HswUYSfXGfdP1zkNVLyvUYgkjEz8qBK/x6BqNebZ/GsUuMC7jYQn16jojRg3sAdMIYGFyWjUEjNogyYEXTIt0K1550BwmA/ajPpIxsdAHNkW3MtnFwc3MZmGn75/AtH2XR/dIJGbSVbgXsjjDSs8Vd48xZkCbhQlFg==
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
Dear StarPU developers,
I'm evaluating StarPU 1.2.3 and found a show-stopper bug in the OpenCL backend:
When running the simple axpy example on OpenCL GPUs one runs into a deadlock cause by the following: Buffer transfers are enqueued and the corresponding event is recorded. Later this event is queried until it signals completion. However the action is never flushed to the device, which requires 'clFlush'. Hence the events status is CL_QUEUED and never changes.
Using synchronous transfers or execution (e.g. with *_PIPELINE_LENGTH=0) a 'clWait' is executed which implicitly calls 'clFlush' and hence does not lead to the deadlock. But that is obviously not a solution.
Furthermore a few of the links on the downloads section are broken. Basically 5 of the 6 "nightly snapshot" links (linux leads to HTTP 404 and windows to a jenkins login) and the "Coverage" link of 1.2.3 (typo in the link: it has an extra "2")
Best Regards,
Alexander Grund
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Technische Universitaet Dresden
Zentrum für Informationsdienste und Hochleistungsrechnen (ZIH)
Verteiltes und Datenintensives Rechnen (VDR)
Dipl.-Ing. Alexander Grund
Chemnitzer Str. 46b, Raum 243 01062 Dresden
Tel.: +49 351 463-35982
E-Mail: alexander.grund@tu-dresden.de
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL, Alexander Grund, 16/02/2018
- Re: [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL, Samuel Thibault, 16/02/2018
- Re: [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL, Nathalie Furmento, 18/02/2018
- Re: [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL, Alexander Grund, 19/02/2018
- Re: [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL, Samuel Thibault, 19/02/2018
- Re: [Starpu-devel] StarPU 1.2.3 - Serious bug in OpenCL, Samuel Thibault, 16/02/2018
Archives gérées par MHonArc 2.6.19+.