What are actual Tesla M60 models used by AWS?












12















Wikipedia says that the Tesla M60 has 2x8 GB RAM (whatever it means) and TDP 225–300 W.



I use an EC2 instance (g3s.xlarge) which is supposed to have a Tesla M60. But nvidia-smi command says it has 8GB ram and max power limit 150W:



> sudo nvidia-smi
Tue Mar 12 00:13:10 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla M60 On | 00000000:00:1E.0 Off | 0 |
| N/A 43C P0 37W / 150W | 7373MiB / 7618MiB | 0% Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 6779 C python 7362MiB |
+-----------------------------------------------------------------------------+


What does it mean? Do I get a 'half' of the card? Is the Tesla M60 actually two cards stuck together as the ram specification (2x8) suggests?










share|improve this question





























    12















    Wikipedia says that the Tesla M60 has 2x8 GB RAM (whatever it means) and TDP 225–300 W.



    I use an EC2 instance (g3s.xlarge) which is supposed to have a Tesla M60. But nvidia-smi command says it has 8GB ram and max power limit 150W:



    > sudo nvidia-smi
    Tue Mar 12 00:13:10 2019
    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0 |
    |-------------------------------+----------------------+----------------------+
    | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
    | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
    |===============================+======================+======================|
    | 0 Tesla M60 On | 00000000:00:1E.0 Off | 0 |
    | N/A 43C P0 37W / 150W | 7373MiB / 7618MiB | 0% Default |
    +-------------------------------+----------------------+----------------------+

    +-----------------------------------------------------------------------------+
    | Processes: GPU Memory |
    | GPU PID Type Process name Usage |
    |=============================================================================|
    | 0 6779 C python 7362MiB |
    +-----------------------------------------------------------------------------+


    What does it mean? Do I get a 'half' of the card? Is the Tesla M60 actually two cards stuck together as the ram specification (2x8) suggests?










    share|improve this question



























      12












      12








      12








      Wikipedia says that the Tesla M60 has 2x8 GB RAM (whatever it means) and TDP 225–300 W.



      I use an EC2 instance (g3s.xlarge) which is supposed to have a Tesla M60. But nvidia-smi command says it has 8GB ram and max power limit 150W:



      > sudo nvidia-smi
      Tue Mar 12 00:13:10 2019
      +-----------------------------------------------------------------------------+
      | NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0 |
      |-------------------------------+----------------------+----------------------+
      | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
      | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
      |===============================+======================+======================|
      | 0 Tesla M60 On | 00000000:00:1E.0 Off | 0 |
      | N/A 43C P0 37W / 150W | 7373MiB / 7618MiB | 0% Default |
      +-------------------------------+----------------------+----------------------+

      +-----------------------------------------------------------------------------+
      | Processes: GPU Memory |
      | GPU PID Type Process name Usage |
      |=============================================================================|
      | 0 6779 C python 7362MiB |
      +-----------------------------------------------------------------------------+


      What does it mean? Do I get a 'half' of the card? Is the Tesla M60 actually two cards stuck together as the ram specification (2x8) suggests?










      share|improve this question
















      Wikipedia says that the Tesla M60 has 2x8 GB RAM (whatever it means) and TDP 225–300 W.



      I use an EC2 instance (g3s.xlarge) which is supposed to have a Tesla M60. But nvidia-smi command says it has 8GB ram and max power limit 150W:



      > sudo nvidia-smi
      Tue Mar 12 00:13:10 2019
      +-----------------------------------------------------------------------------+
      | NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0 |
      |-------------------------------+----------------------+----------------------+
      | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
      | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
      |===============================+======================+======================|
      | 0 Tesla M60 On | 00000000:00:1E.0 Off | 0 |
      | N/A 43C P0 37W / 150W | 7373MiB / 7618MiB | 0% Default |
      +-------------------------------+----------------------+----------------------+

      +-----------------------------------------------------------------------------+
      | Processes: GPU Memory |
      | GPU PID Type Process name Usage |
      |=============================================================================|
      | 0 6779 C python 7362MiB |
      +-----------------------------------------------------------------------------+


      What does it mean? Do I get a 'half' of the card? Is the Tesla M60 actually two cards stuck together as the ram specification (2x8) suggests?







      amazon-web-services graphics-processing-unit nvidia






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 12 at 13:10







      hans

















      asked Mar 12 at 0:26









      hanshans

      1637




      1637






















          1 Answer
          1






          active

          oldest

          votes


















          18














          Yes, the Tesla M60 is two GPUs stuck together, and each g3s.xlarge or g3.4xlarge instance gets one of the two GPUs.






          share|improve this answer


























          • BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

            – hans
            Mar 12 at 15:46











          • @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

            – Michael Hampton
            Mar 12 at 15:47











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f957832%2fwhat-are-actual-tesla-m60-models-used-by-aws%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          18














          Yes, the Tesla M60 is two GPUs stuck together, and each g3s.xlarge or g3.4xlarge instance gets one of the two GPUs.






          share|improve this answer


























          • BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

            – hans
            Mar 12 at 15:46











          • @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

            – Michael Hampton
            Mar 12 at 15:47
















          18














          Yes, the Tesla M60 is two GPUs stuck together, and each g3s.xlarge or g3.4xlarge instance gets one of the two GPUs.






          share|improve this answer


























          • BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

            – hans
            Mar 12 at 15:46











          • @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

            – Michael Hampton
            Mar 12 at 15:47














          18












          18








          18







          Yes, the Tesla M60 is two GPUs stuck together, and each g3s.xlarge or g3.4xlarge instance gets one of the two GPUs.






          share|improve this answer















          Yes, the Tesla M60 is two GPUs stuck together, and each g3s.xlarge or g3.4xlarge instance gets one of the two GPUs.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Mar 12 at 15:37









          Robin Whittleton

          1033




          1033










          answered Mar 12 at 0:44









          Michael HamptonMichael Hampton

          172k27316642




          172k27316642













          • BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

            – hans
            Mar 12 at 15:46











          • @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

            – Michael Hampton
            Mar 12 at 15:47



















          • BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

            – hans
            Mar 12 at 15:46











          • @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

            – Michael Hampton
            Mar 12 at 15:47

















          BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

          – hans
          Mar 12 at 15:46





          BTW, what does 's' stand for in 'g3s'? Other 'g3' machines don't have it.

          – hans
          Mar 12 at 15:46













          @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

          – Michael Hampton
          Mar 12 at 15:47





          @hans Probably something like "small". That instance type has far less CPU and RAM than the other instance types.

          – Michael Hampton
          Mar 12 at 15:47


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f957832%2fwhat-are-actual-tesla-m60-models-used-by-aws%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?