Intel to Collaborate with Nvidia on CPU and GPU Integration

Intel to Collaborate with Nvidia on CPU and GPU Integration
source: gettyimages
September 18, 2025

Sean Hollister, a senior editor and founding member of The Verge, with a background spanning 15 years at CNET, Gizmodo, and Engadget, reports on a significant development in the tech industry. According to Nvidia CEO Jensen Huang, Nvidia will contribute GPU chiplets that Intel can integrate alongside its x86 CPU cores. This marks a notable shift, as Intel currently develops its own integrated graphics under the Arc brand.

However, Intel has clarified that this partnership does not indicate the end of its own graphics efforts. In a statement to PCWorld, Intel emphasized that its collaboration with Nvidia is complementary to its existing roadmap, affirming that Intel will continue offering its own GPU products. This assurance follows remarks from Intel’s Michelle Johnston Holthaus before her sudden departure from the company.

Skepticism surrounds the partnership’s potential impact, given Intel’s ongoing cost-cutting measures and Nvidia’s dominant position in the GPU market. Critics question whether Intel will truly ramp up its graphics development when Nvidia has established a significant lead, and whether the company will allocate the necessary resources to compete effectively.

Despite the uncertainties, there is hope that Intel’s current initiatives could yield future successes, similar to the positive reception of the B580 chipset or MSI’s impressive Claw handheld device.

For now, we remain cautiously optimistic and will “stay tuned” for further developments in this evolving collaboration.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 183 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644022,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}