Nvidia Closes Acquisition of Israeli Software Startup Run:ai
Nvidia has completed the acquisition of Israeli startup Run:ai, gaining software that helps owners of intelligence computing gear get the best out of their hardware.The software — which currently works on only Nvidia-based systems — will be open-sourced, meaning that others will be able to take the code and use it to tune computers that use hardware from Nvidia’s rivals, Run:ai said in a posting on its website. “We are eager to build on the achievements we’ve obtained until now, expand our talented team, and grow our product and market reach,” Run:ai said. “Open sourcing the software will enable it to extend its availability to the entire AI ecosystem.”Nvidia has become one of the world’s most-valuable companies by winning the race to provide crucial parts of data centers that run AI-based services. While other chipmakers have posted rapid growth in the area, none have come close to rivaling the tens of billions of dollars a quarter Nvidia rakes in from sales of accelerator chips. Nvidia declined to comment on the deal’s value. Israeli newspaper Calcalist reported in April that the value of the transaction was $700 million (roughly Rs. 5,990 crore). Nvidia’s last major deal in Israel was the $7 billion (roughly Rs. 59,904 crore) acquisition of Mellanox Technologies Ltd. in 2020.Run:ai has been a close collaborator with Santa Clara, California-based Nvidia since 2020, Nvidia said when it announced the deal in April. Run:ai was founded in 2018 by Omri Geller and Ronen Dar.© 2024 Bloomberg LP(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.)
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!