3 dépôts
Direct interaction with the underlying object system and run loops of a language runtime.
Distinct from Internal Object Extensions: Candidates focus on security capabilities or plugin extensions, not the language's object system internals.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Runtime Object Interoperability. Refine with filters or upvote what's useful.
Ce projet est une collection de démos d'applications iOS en Objective-C et d'exemples de code. Il fournit des implémentations pour les patterns de développement fondamentaux et les fonctionnalités au niveau système au sein de l'environnement iOS. Le dépôt se concentre sur des exemples de runtime Objective-C, démontrant le dispatch dynamique de méthodes et le swizzling runtime pour modifier le comportement des objets. Il inclut également une bibliothèque d'UI Core Animation et des exemples pour la gestion du multithreading et de la concurrence sous iOS. Le projet couvre des capacités pour l'animation d'UI et les graphismes, la coordination de tâches concurrentes, et l'intégration de services tiers pour l'authentification et le partage social.
Interacts with the underlying object system to change behavior and process system events dynamically.
oneDNN is a library for deep learning acceleration that provides optimized building blocks for neural network training and inference. It manages tensor computation across CPU and GPU hardware, enabling the execution of high-performance primitives for model training and neural network inference optimization. The project distinguishes itself through hardware-specific kernel optimization and the use of just-in-time compilation to target specific processor instruction sets. It supports quantized neural network execution using both static and dynamic quantization to reduce memory usage and increas
Maps internal engine and memory objects to SYCL devices and queues to share execution contexts with external kernels.
The project is a reusable collection of modular compiler and toolchain technologies designed for building optimizers, code generators, and multi-language programming environments. It provides foundational compiler frontend technologies that translate source code written in C, C++, and Objective-C into a low-level programming language and intermediate code format. This intermediate representation enables cross-language analysis, program transformation, and target-independent optimization alongside a cross-platform programming framework that allows developers to write single-source accelerated a
Provides single-source heterogeneous application development using industry-standard compute extensions.