Accéder au contenu.
Menu Sympa

starpu-devel - [Starpu-devel] Control data movement to/from device

Objet : Developers list for StarPU

Archives de la liste

[Starpu-devel] Control data movement to/from device


Chronologique Discussions 
  • From: Amani Alonazi <amani.alonazi@kaust.edu.sa>
  • To: starpu-devel@lists.gforge.inria.fr
  • Subject: [Starpu-devel] Control data movement to/from device
  • Date: Sun, 31 Mar 2019 14:04:38 +0300
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=amani.alonazi@kaust.edu.sa; spf=Pass smtp.mailfrom=amani.alonazi@kaust.edu.sa; spf=None smtp.helo=postmaster@mail-ed1-f47.google.com
  • Ironport-phdr: 9a23:CRZ0Iha7NB9Lp197GIRS9RH/LSx+4OfEezUN459isYplN5qZoMu6bnLW6fgltlLVR4KTs6sC17OO9fG6Ejdfqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba5uIBmsqQjdqMYajIVgJ60s1hbHv3xEdvhMy2h1P1yThRH85smx/J5n7Stdvu8q+tBDX6vnYak2VKRUAzs6PW874s3rrgTDQhCU5nQASGUWkwFHDBbD4RrnQ5r+qCr6tu562CmHIc37SK0/VDq+46t3ThLjlSEKPCM7/m7KkMx9lK1UrhKvqRJ83oDafp2aOeFkca/BZ94XX3ZNUtpTWiFHH4iyb5EPD+0EPetAs4T9okEBrR2/BQKxGO7vzjhIhnns0qw70uQqDAbL0xYlH90UtnTUrc/5O70WUeCyyqnH1zTCb/JN1Df+8ofIbwshoe2WUb1ubMXR1FMjFxjfgViJr4HuIjCb1vwVvmSF8+ZtUfijhm0npg1rvDSj2sQhhpPGi48XzF3P6D93z5wvJdKiTU52ed6kH4VUtyGdL4Z2R9ktQ2BsuCoj1LIJpIO3cDEEyJkoxRPTcfOHc4+P4hLsUOaePy10i25ieLK6nxqy8E6gxfPgVsSszlpGsi5InsPPu30NzRDf9NSLR/hn8kqu2zuDzwXT5ftFIUAwm6rbMZkhwrsom5UJtETMBCn2mETsgKCMckUk/e6o5P7mY7XnvZKcNJV7ihzlMqQygMCwH/k3MhUUU2iA4+uwzKfj8lHhQLVWkv02lbHUsIvGJcsBvK65GxJV3p8+5BmhETepztAYkGIDLFJEYxKHk5PpN0vBIPD2Cve/mVusnylxy/DHOL3hGJTNIWLZnLfvZ7Yuo3JbnREvxMpH+tdYB68MJNr3W1Ttr5rXABgjPAHywuD9Cdw72JlNd3iIB/qwNarUsBeh4uUpKvuNLNscvT/7Kr4s4/nohG04sVwUYLK1m5YbdTajF6I1cA2ifXPwj4JZQi8xtQ0kQbmy0QzQYXtof3+3GpkEyHQ+AYOiA53EQ9nx0r+IwTynWJBaeyZdAwLVSCu6R8C/Q/4JLRmqDIp5iDVdCeqiQpI6yVejuBK80LM1drOJqB1djorq0Z1O38OWlRw28mYpXcGU0mXIQm0t221UGHk526dwpUE7wVCGg/B1
  • 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-dev,

I have a matrix A with concurrent computation per tile each is a starpu-task. Ideally, I don't want the whole matrix to be alive in the device memory because sizeof(A) > sizeof(devicemem). How can I control how many tiles/tasks should be alive in the device memory?

I want to avoid getting this message: [starpu][_starpu_memory_reclaim_generic] Not enough memory left on node CUDA 0. Your application data set seems too huge to fit on the device, StarPU will cope by trying to purge 5228 MiB out. This message will not be printed again for further purges.

I tried different values the following variables but still nothing have change the same message, same data required to purge:
STARPU_PREFETCH
STARPU_LIMIT_MAX_SUBMITTED_TASKS
STARPU_LIMIT_MIN_SUBMITTED_TASKS

Many thanks,
--
Amani


This message and its contents, including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.


Archives gérées par MHonArc 2.6.19+.

Haut de le page