{"id":92672,"date":"2024-08-05T10:22:00","date_gmt":"2024-08-05T01:22:00","guid":{"rendered":"https:\/\/kr-dev.rebellions.ai\/?p=92672"},"modified":"2025-08-21T16:57:34","modified_gmt":"2025-08-21T07:57:34","slug":"rebellions-software-stack-silent-support","status":"publish","type":"post","link":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672","title":{"rendered":"Rebellions\u2019 Software Stack: Silent Support"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Amidst the surge in Artificial Intelligence (AI) spanning diverse fields of application, the demand for specialized hardware optimized for low latency and high energy efficiency is expected to grow. AI accelerators, also known as AI chips, are engineered to accelerate AI algorithms, executing complex computations with greater speed and lower power consumption than traditional CPUs and GPUs.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Rebellions\u2019 ATOM\u2122 is a SoC (System-on-Chip) specifically tailored to optimize the processing of deep learning models. With eight powerful Neural Engines executing computations within an elaborately designed memory architecture, ATOM\u2122 is optimized for high performance and low latency. However, the potential of this advanced hardware remains unrealized without equally optimized software to elevate its performance to the highest possible level.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Software is the driving force that ensures our hardware operates at its peak to deliver maximum performance. Software plays a crucial role in managing resources, optimizing data flow, and executing algorithms efficiently. For users migrating from GPUs, our software provides a seamless experience, minimizing compatibility issues and ensuring smooth integration. Our software stack puts special emphasis on ease of use and reliability, providing a comprehensive user documentation and a robust SDK, making it accessible and user-friendly for developers and engineers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this document, we introduce the key components and features of Rebellions\u2019 Software Stack. Highlighting how it supports ATOM\u2122 in achieving high performance with drastically reduced power consumption. Additionally, we present a performance comparison of the YOLOv6 object detection model against NVIDIA\u2019s RTX A5000, demonstrating our commitment to delivering powerful, yet more energy-efficient, full-stack solutions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>Rebellions\u2019 Software Stack<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"520\" height=\"900\" src=\"https:\/\/kr-dev.rebellions.ai\/wp-content\/uploads\/2024\/08\/image.png\" alt=\"\" class=\"wp-image-92874\" style=\"width:352px;height:auto\" srcset=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2024\/08\/image.png 520w, https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2024\/08\/image-173x300.png 173w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/><figcaption class=\"wp-element-caption\">[Figure 1. Rebellions\u2019 Software Stack]<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">While ATOM\u2122 provides the raw computational power for the complex AI workloads, Rebellions\u2019 software stack helps optimize the chip\u2019s architectural advantages, tailoring the execution of models to harness the full potential of ATOM\u2122.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RBLN SDK includes Rebellions&#8217; proprietary Compiler, Compute Library, Runtime, Drivers, and Firmware, engineered to facilitate seamless integration of pre-trained models from frameworks such as TensorFlow, PyTorch or the Hugging Face ecosystem into Rebellions\u2019 chip-based serving environment. All the components in the Software Stack serve to render the lowest latency possible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:26px\"><strong>Framework Support<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With a growing list of over <a href=\"https:\/\/rebellions.ai\/developers\/model-zoo\/\">200 reference models<\/a> and operations for popular frameworks such as TensorFlow, PyTorch and optimized support of Hugging Face models, RBLN SDK guarantees seamless experience for developers to migrate to Rebellions\u2019 chips, allowing prominent large language and diffusion models, as well as popular vision and speech models to run smoothly.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:26px\"><strong>RBLN Compiler<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The RBLN Compiler transforms models into executable instructions for ATOM<sup>TM<\/sup>. It comprises two main components: the Frontend Compiler and the Backend Compiler. The Frontend Compiler abstracts deep learning models into Intermediate Representations (IRs), optimizing them before handing them off to the Backend Compiler. The Backend Compiler further optimizes these IRs and produces the Command Stream, the Program Binary for the hardware to execute the tasks, and serialized weights.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">1. <strong>Frontend Compiler<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Frontend Compiler converts the models into unified graph IRs. The nodes in the IRs are then optimized before being offloaded to the Backend Compiler, which involves removing redundant functions and nodes in the IRs, binding the weights to matched nodes, merging the nodes to reduce data\/kernel load\/store overhead, annotating the nodes that are ready to be transferred, and partitioning the graphs for efficient parallelism.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">2. <strong>Backend Compiler<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Backend Compiler ensures that the high-level code can be efficiently executed on the hardware. It takes the IR operations and employs a suite of techniques to optimize resources between compute and memory operations to ensure maximum utilization. Key techniques include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Partitioning<\/strong>: For configurations using multiple cards, the model is broken down into smaller components, which are distributed across multiple devices for efficient parallelism.<\/li>\n\n\n\n<li><strong>Fusion<\/strong>: Merging operators to reduce unnecessary intermediate activation transfers between computations, leading to optimized computing in the Neural Engines.<\/li>\n\n\n\n<li><strong>Splitting<\/strong>: Within the device, operations are divided to maximize performance while optimizing for pipelining and scheduling.<\/li>\n\n\n\n<li><strong>Tiling<\/strong>: The split operations are further divided across the Neural Engines to achieve the most efficient performance.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The Backend Compiler produces three main outputs:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Command Stream<\/strong>: Instructions for the Command Processor to manage workload execution across the chip\u2019s layers.<\/li>\n\n\n\n<li><strong>Program Binary<\/strong>: Highly optimized instructions for the chip\u2019s Neural Engines, based on the program stream from the Compute Library.<\/li>\n\n\n\n<li><strong>Kernel Serialization<\/strong>: Converting FP32 weights to FP16, the most optimal format for our Neural Engines.<\/li>\n<\/ol>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/rebellions.ai\/wp-content\/uploads\/2025\/08\/image-15-1024x609.png\" alt=\"\" class=\"wp-image-92462\"\/><figcaption class=\"wp-element-caption\">[Figure 2. Model Compilation]<\/figcaption><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:26px\"><strong>Compute Library<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Compute Library includes a comprehensive suite of highly optimized low-level operations, which are essential for model inference. These low-level operations form the programmable components of the arithmetic logic units within the Neural Engine. The Compute Library prepares the Program Binary at the Compiler\u2019s command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The RBLN SDK supports low-level operations for both traditional Convolutional Neural Networks (CNNs) and state-of-the-art GenAI models. This includes hundreds of GEMM (General Matrix Multiply), normalization, and nonlinear activation functions. Thanks to the flexibility of the Neural Engines, the list of supported low-level operations continues to expand, enabling acceleration across a wide range of AI applications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-size:26px\"><strong>Runtime Module<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Runtime Module acts as the intermediary between the compiled model and the hardware, managing the actual execution of programs. It prepares executable instructions generated by the Compiler, manages data transfer between memory and the Neural Engines, and monitors performance to optimize the execution process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-size:26px\"><strong>Driver<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Driver, consisting of the Kernel-Mode Driver (KMD) and User-Mode Driver (UMD), provides efficient, safe, and flexible access to the hardware. The KMD allows the operating system to recognize the hardware and exposes APIs to the UMD. It also delivers the Command Stream from the Compiler stack to the device. The UMD, running in user space, intermediates between the application software and the hardware, managing their interactions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-size:26px\"><strong>Firmware<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Firmware is the lowest-level software component on ATOM\u2122, serving as the final interface between software and hardware. It controls the tasks of the Command Processor, which orchestrates ATOM\u2122&#8217;s operations. Located on the SoC, the Command Processor manages the Command Stream (the actual AI workloads) across multiple layers of the memory architecture and monitors the hardware\u2019s health status.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>Flexible Architecture, Maximized by Software<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ATOM\u2122 embodies flexibility, allowing adaptation to various workloads and applications.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Future-Proofing<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As new models and algorithms are developed, they may require new or specialized low-level operations. With continued support from our software, our chip can flexibly support different computational operations, efficiently running any of these architectures without needing specialized hardware for each type.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30px\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Optimization for Performance and Efficiency<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Models often require different types of computations at different stages (e.g., convolution, matrix multiplication, pooling, activation functions). Our compiler allows it to adaptively allocate resources and optimize performance for each stage of the model.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Multi-Device Scalability<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To ensure stable performance even with larger GenAI workloads, our advanced Driver and Firmware support robust inter-device communication. Performance is optimized through strategic partitioning designed to minimize inter-device communication overhead.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30px\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Dynamic Configuration<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To ensure stable performance even with larger GenAI workloads, our advanced Driver and Firmware support robust inter-device communication. Performance is optimized through strategic partitioning designed to minimize inter-device communication overhead.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>YOLOv6-Large Performance Comparison<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ATOM\u2122 is engineered for energy-efficient performance and exhibits flexibility in supporting a diverse array of models. To illustrate its capabilities with prominent AI models, inference was performed using YOLOv6. YOLOv6, a state-of-the-art convolutional neural network (CNN) based object detection model, simultaneously classifies and detects objects. Building upon the enhancements and optimizations of preceding You Only Look Once (YOLO) models, YOLOv6 achieves accurate and rapid real-time object detection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the test, YOLOv6 was run on Rebellions\u2019 RBLN-CA12, a PCIe card containing the AI accelerator ATOM\u2122. Its performance was compared against NVIDIA\u2019s RTX A5000 GPU, measuring the following performance indicators:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Watts: The power consumption, which is especially relevant for large-scale deployments, as it affects operational costs and feasibility.\u00a0<\/li>\n\n\n\n<li>Joules per frame: The performance measure which represents the overall energy efficiency into a comparable figure.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/rebellions.ai\/wp-content\/uploads\/2025\/08\/image-16-1024x153.png\" alt=\"\" class=\"wp-image-92465\"\/><figcaption class=\"wp-element-caption\">[Table 1. Test Result]<br>* Input resolution: 640&#215;640<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The results in Table 1 clearly highlight ATOM\u2122\u2019s superior performance in running the YOLOv6-Large model in all of the measurements. ATOM\u2122 achieves up to&nbsp; 2.1x performance and 4.5x energy efficiency compared to RTX A5000. This was possible thanks to the architecture, and the RBLN Software Stack that brought it to full utilization.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:26px\"><strong>Efficiency and Performance: Scaling Benefits<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Efficient resource utilization and workload balancing at both the hardware and software levels prevent excessive power draw from any single part of the chip and avoid thermal hotspots that can increase power usage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By effectively managing concurrency, our Software Stack allows impressive parallel processing that takes full advantage of the chip\u2019s Neural Engines. The data flow and execution pipeline are also optimized to ensure that the chip\u2019s processing units are continuously fed with data. On top of this, the efficient implementation of low-level operations reduces the computational load and latency.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This optimized efficiency and performance has important business implications: while a 1,500W server can host 16 RBLN-CA12, it can only accommodate four graphic cards. Therefore, the significant savings achieved at the individual card level suggest an even more substantial cumulative impact for businesses operating one or more servers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As AI use cases continue to surge across various industries, designing the right hardware is crucial. Equally important\u2014and often overshadowed\u2014is the need for optimized software. Rebellions\u2019 Software Stack is the shadow support, providing the power to maximize the flexibility and performance of the hardware. RBLN-CA12\u2019s performance results against NVIDIA\u2019s RTX A5000 in running the YOLOv6 model clearly demonstrates the significant performance advantages of integrating well-optimized software with advanced hardware, solidifying Rebellions&#8217; commitment to delivering cutting-edge AI solutions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Amidst the surge in Artificial Intelligence (AI) spanning diverse fields of application, the demand for specialized hardware optimized for&#8230;<\/p>\n","protected":false},"author":8,"featured_media":92725,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[145],"tags":[],"class_list":["post-92672","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-white-papers"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rebellions\u2019 Software Stack: Silent Support - Rebellions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rebellions\u2019 Software Stack: Silent Support - Rebellions\" \/>\n<meta property=\"og:description\" content=\"Introduction Amidst the surge in Artificial Intelligence (AI) spanning diverse fields of application, the demand for specialized hardware optimized for...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\" \/>\n<meta property=\"og:site_name\" content=\"Rebellions\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-05T01:22:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-21T07:57:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1054\" \/>\n\t<meta property=\"og:image:height\" content=\"1036\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"jiwon.kwak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@RebellionsAI\" \/>\n<meta name=\"twitter:site\" content=\"@RebellionsAI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#article\",\"isPartOf\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\"},\"author\":{\"name\":\"jiwon.kwak\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5\"},\"headline\":\"Rebellions\u2019 Software Stack: Silent Support\",\"datePublished\":\"2024-08-05T01:22:00+00:00\",\"dateModified\":\"2025-08-21T07:57:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\"},\"wordCount\":1592,\"publisher\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization\"},\"image\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png\",\"articleSection\":[\"White Papers\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\",\"name\":\"Rebellions\u2019 Software Stack: Silent Support - Rebellions\",\"isPartOf\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png\",\"datePublished\":\"2024-08-05T01:22:00+00:00\",\"dateModified\":\"2025-08-21T07:57:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png\",\"contentUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png\",\"width\":1054,\"height\":1036},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rebellions\u2019 Software Stack: Silent Support\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/\",\"name\":\"\\bRebellions\",\"description\":\"Drive AI Innovation. Simple. Fast. At Scale.\",\"publisher\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization\"},\"alternateName\":\"\ub9ac\ubca8\ub9ac\uc628\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization\",\"name\":\"Rebellions\",\"alternateName\":\"\ub9ac\ubca8\ub9ac\uc628\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif\",\"contentUrl\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif\",\"width\":1920,\"height\":1080,\"caption\":\"Rebellions\"},\"image\":{\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/RebellionsAI\",\"https:\/\/www.youtube.com\/@Rebellions_inc\",\"https:\/\/www.linkedin.com\/company\/rebellions-ai\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5\",\"name\":\"jiwon.kwak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g\",\"caption\":\"jiwon.kwak\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rebellions\u2019 Software Stack: Silent Support - Rebellions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672","og_locale":"ko_KR","og_type":"article","og_title":"Rebellions\u2019 Software Stack: Silent Support - Rebellions","og_description":"Introduction Amidst the surge in Artificial Intelligence (AI) spanning diverse fields of application, the demand for specialized hardware optimized for...","og_url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672","og_site_name":"Rebellions","article_published_time":"2024-08-05T01:22:00+00:00","article_modified_time":"2025-08-21T07:57:34+00:00","og_image":[{"width":1054,"height":1036,"url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png","type":"image\/png"}],"author":"jiwon.kwak","twitter_card":"summary_large_image","twitter_creator":"@RebellionsAI","twitter_site":"@RebellionsAI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#article","isPartOf":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672"},"author":{"name":"jiwon.kwak","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5"},"headline":"Rebellions\u2019 Software Stack: Silent Support","datePublished":"2024-08-05T01:22:00+00:00","dateModified":"2025-08-21T07:57:34+00:00","mainEntityOfPage":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672"},"wordCount":1592,"publisher":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization"},"image":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage"},"thumbnailUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png","articleSection":["White Papers"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672","name":"Rebellions\u2019 Software Stack: Silent Support - Rebellions","isPartOf":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage"},"image":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage"},"thumbnailUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png","datePublished":"2024-08-05T01:22:00+00:00","dateModified":"2025-08-21T07:57:34+00:00","breadcrumb":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#primaryimage","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png","contentUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2025\/05\/software.png","width":1054,"height":1036},{"@type":"BreadcrumbList","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?p=92672#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev-rbln-kr.locomotion.co.kr"},{"@type":"ListItem","position":2,"name":"Rebellions\u2019 Software Stack: Silent Support"}]},{"@type":"WebSite","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#website","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/","name":"\bRebellions","description":"Drive AI Innovation. Simple. Fast. At Scale.","publisher":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization"},"alternateName":"\ub9ac\ubca8\ub9ac\uc628","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev-rbln-kr.locomotion.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#organization","name":"Rebellions","alternateName":"\ub9ac\ubca8\ub9ac\uc628","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/","url":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif","contentUrl":"https:\/\/dev-rbln-kr.locomotion.co.kr\/wp-content\/uploads\/2023\/02\/Web_Logo_Typing_05.gif","width":1920,"height":1080,"caption":"Rebellions"},"image":{"@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/RebellionsAI","https:\/\/www.youtube.com\/@Rebellions_inc","https:\/\/www.linkedin.com\/company\/rebellions-ai\/"]},{"@type":"Person","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/1b946c50a99f04d7b7193c47b212b6c5","name":"jiwon.kwak","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/dev-rbln-kr.locomotion.co.kr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bad9ff0489ff35bd54e60b39bd7b60aae7eb336d677d5991a83975ec819e19a4?s=96&d=blank&r=g","caption":"jiwon.kwak"}}]}},"_links":{"self":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/92672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=92672"}],"version-history":[{"count":0,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/92672\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=\/wp\/v2\/media\/92725"}],"wp:attachment":[{"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=92672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=92672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev-rbln-kr.locomotion.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=92672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}