{
  "docId": "019de510-3cb7-710c-a554-bc0e678b52b5",
  "docSlug": "a11daa20b53aa56d9291be8f9a8786d5",
  "documentTitle": "NVIDIA | Investor Presentation Deck | 69 slides",
  "authorId": "nvidia",
  "authorName": "NVIDIA",
  "documentKindSlug": "conference-presentation",
  "documentKindLabel": "Conference presentation",
  "sourceTypeSlug": "investor_relations",
  "sourceTypeLabel": "Investor relations",
  "presentationDate": "2020-12-01 00:00:00",
  "orientation": "landscape",
  "aspectRatio": 1.7777778,
  "pageNumber": 64,
  "pageCount": 69,
  "prevPage": 63,
  "nextPage": 65,
  "slideType": "propose_solution",
  "function": "present_solution",
  "density": "overcrowded",
  "nDataPoints": 0,
  "notes": null,
  "elementsJson": null,
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019de510-3cb7-710c-a554-bc0e678b52b5/64",
  "deckHref": "/decks/019de510-3cb7-710c-a554-bc0e678b52b5",
  "deckJsonHref": "/decks/019de510-3cb7-710c-a554-bc0e678b52b5.json",
  "deckAnchorHref": "/decks/019de510-3cb7-710c-a554-bc0e678b52b5#slide-64",
  "components": [
    {
      "bbox": {
        "h": 0.14,
        "w": 0.43,
        "x": 0.52,
        "y": 0.77
      },
      "kind": "callout",
      "text": "EARLY ACCESS RELEASE:\nhttp://developer.nvidia.com/legate",
      "attrs": null,
      "subkind": "primary",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "4d13c8ed-bd1a-4a0d-9aaf-1fbdf5bdbcd2",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.43,
        "x": 0.52,
        "y": 0.26
      },
      "kind": "list",
      "text": "FAMILIAR DOMAIN-SPECIFIC INTERFACES\nLegate",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "75bc1935-58a4-42e8-8b93-acf2a5ccaf9a",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.43,
        "x": 0.52,
        "y": 0.6
      },
      "kind": "list",
      "text": "ACCELERATED LIBRARIES\ncuBLAS, cuSPARSE, cuDNN, cuDF, cuGRAPH, cul0, ...",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "aaa134c5-20b2-4aa5-b060-498234018298",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.43,
        "x": 0.52,
        "y": 0.43
      },
      "kind": "list",
      "text": "DATA-DRIVEN TASK RUNTIME SYSTEM\nLegion",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "f1262221-de6e-413f-92a5-18f504de46d5",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.65,
        "w": 0.43,
        "x": 0.05,
        "y": 0.26
      },
      "kind": "paragraph",
      "text": "try: import legate.numpy as np\nexcept: import numpy as np\n\ndef cg_solve(A, b):\n    x = np.zeros(A.shape[1])\n    r = b - A.dot(x)\n    p = r\n    rsold = r.dot(r)\n    for i in xrange(b.shape[0]):\n        Ap = A.dot(p)\n        alpha = rsold / (p.dot(Ap))\n        x = x + alpha * p\n        r = r - alpha * Ap\n        rsnew = r.dot(r)\n        if np.sqrt(rsnew) < 1e-10:\n            break\n        beta = rsnew / rsold\n        p = r + beta * p\n        rsold = rsnew\n    return x",
      "attrs": null,
      "subkind": "paragraph",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "ead71cf2-5b15-480f-a86f-f2f0eede191d",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.03,
        "w": 0.6,
        "x": 0.2,
        "y": 0.11
      },
      "kind": "title",
      "text": "Couple Convenient Notation with Accelerated Libraries via an Advanced Runtime System",
      "attrs": null,
      "subkind": "action-title",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "69131ca4-1976-444d-b090-bb0facd1519b",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.04,
        "w": 0.3,
        "x": 0.35,
        "y": 0.07
      },
      "kind": "title",
      "text": "Legate Programming System",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "3d4a3210-3dee-44bc-b894-92b0102ee677",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [
    {
      "name": "Call to action",
      "slug": "call-to-action",
      "agent": null,
      "layer": "slide",
      "matchId": "d5aec79e-2fcf-4381-99a5-eecc56c44ebe",
      "evidence": "EARLY ACCESS RELEASE: http://developer.nvidia.com/legate",
      "confidence": 0.8
    }
  ],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}