AMD Adds Dell as Commercial PC Customer for the First Time
Advanced Micro Devices Inc., the second-biggest maker of computer processors, said its chips will be used by Dell Technologies Inc. for the first time in PCs sold to businesses. The chipmaker unveiled new processors it says will make AMD-based personal computers the best at running artificial intelligence software. Dell has decided to use the chips in some of its computers aimed at business customers, according to AMD executives who are speaking Monday at the CES show in Las Vegas. AMD, Intel Corp. and would-be rival Qualcomm Inc. are announcing new laptop and desktop parts at the show, arguing their respective technologies provide the best performance for artificial intelligence workloads. The chipmakers, and the computer manufacturers, believe the market for PCs will be revived by the ability of the machines to run more tasks with AI. Dell’s embrace of AMD for corporate PCs — it already uses the chipmaker for consumer devices — is another blow for Intel as the company struggles to hang on to its eroding dominance over chips for PCs. Commercial and gaming PCs are typically more profitable areas of the market requiring higher-priced components. During much of its 50-year rivalry with Intel, AMD’s products have been pigeonholed as low-cost, lower-performance options. AMD’s profitability and revenue also never matched Intel. That’s now changed. Although Intel still has about 70 percent market share and much higher revenue, sales have been declining and its margins have been wiped out by the cost of spending on new technology. AMD said its new Ryzen AI Max series of processors will deliver the highest level of performance available in premium thin and light notebooks. The chips will run AI workloads as much as 90 percent faster than their predecessors, it said. Separately, AMD is bringing out new 9000 series desktop computer processors, which it said will extend the company’s leadership in that area. The 9900X3D is a chip with 16 processor cores that can run at a speed of as fast as 5.7 gigahertz, AMD said. © 2025 Bloomberg LP(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.)Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!