Features Sample Introduction

Overview

This document introduces Ascend C SIMD feature samples, covering compilation projects, operator invocation, framework integration and other scenarios, demonstrating typical implementation methods and build/run flows for different features.

Sample List

Directory Name Description
00_framework This sample introduces custom operator implementation methods for PyTorch, TensorFlow, and ONNX frameworks
05_aclrtc This sample demonstrates using Aclrtc (runtime compilation) interfaces to compile Ascend C kernel functions in string form on the Host side and complete the loading and execution of compilation results
99_acl_based This sample introduces the implementation of custom operator compilation projects and Aclnn/Aclop operator invocation