Search Articles — Sudonull

Search Results

In this project

ROCm is catching up to CUDA in AI: OneROCm and Triton

https://sudonull.com/rocm-is-catching-up-to-cuda-in-ai-onerocm-and-triton

AMD unified ROCm into OneROCm for all accelerators. Triton writes kernels for AMD/Nvidia. vLLM inference on par with CUDA. Six-week releases. Test the stack on Strix Halo.

GPU acceleration of the Game of Life: CUDA Triton benchmarks

https://sudonull.com/gpu-acceleration-of-the-game-of-life-cuda-triton-benchmarks

Comparison of PyTorch, CUDA, Triton for the cellular automaton "Game of Life" on A40. Results 22.5 ms, kernel code. Study optimizations for memory-bound tasks. Read the analysis.

ruGPT3XL with 8k context: sparse attention

https://sudonull.com/rugpt3xl-with-8k-context-sparse-attention

Expansion of ruGPT3XL to 8k tokens via sparse attention and fine-tuning. PPL 13.00 on gazeta, Triton/SDPA optimization ×1.85. Instructions for developers.

From the web

Microservice Architecture - Introduction, Challenges & Best Practices

https://www.geeksforgeeks.org/blogs/microservice-architecture-introduction-challenges-best-practices/

Jul 23, 2025 · In a microservice architecture, we break down an application into smaller services. Each of these services fulfills a …

Microservices - GeeksforGeeks

https://www.geeksforgeeks.org/system-design/microservices/

Jun 24, 2026 · Microservices is an architecture where an application is divided into small, independent services that communicate …

Microservices Architecture Style - Azure Architecture Center ...

https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices

Jul 10, 2025 · A microservices architecture consists of a collection of small, autonomous services. Each service is self-contained and …

Microservices - Wikipedia

https://en.wikipedia.org/wiki/Microservices

In software engineering, a microservice architecture is an architectural pattern that organizes an application into a collection of loosely …

What Are Microservices? How Microservices Architecture Works

https://middleware.io/blog/microservices-architecture/

Apr 10, 2026 · Microservices, often referred to as Microservices architecture, is an architectural approach that involves dividing large …

What are Microservices? | AWS

https://aws.amazon.com/microservices/

With a microservices architecture, an application is built as independent components that run each application process as a service. …

What Is Microservices Architecture? - Google Cloud

https://cloud.google.com/learn/what-is-microservices-architecture

Microservices architecture (often shortened to microservices) refers to an architectural style for developing applications. …

Microservices Pattern: Microservice Architecture pattern

https://microservices.io/patterns/microservices.html

Want to learn how to design a microservice architecture? Take a look at Assemblage, a microservice architecture definition process. …

Microservices Architecture | Software System Design

https://softwaresystemdesign.com/software-architecture-design/architectural-patterns/microservices-architecture/

Jul 11, 2026 · This comprehensive guide will explore the fundamental principles, benefits, challenges, and implementation strategies …

Microservices Architecture | Atlassian

https://www.atlassian.com/microservices/microservices-architecture

Modernizing applications in today’s world often means migrating to cloud-native applications built as microservices. They are then …

Trending Now