1 repositorio
Allocates serverless functions to run on either CPU or GPU hardware based on workload requirements.
Distinct from Portable Function Runs: No candidate covers GPU-aware scheduling for serverless functions; closest is Portable Function Runs which lacks hardware awareness.
Explore 1 awesome GitHub repository matching devops & infrastructure · GPU-Aware Function Scheduling. Refine with filters or upvote what's useful.
Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions when events arrive from HTTP endpoints, message queues, or streaming data platforms. It processes hundreds of thousands of events per second per function instance through efficient parallel workers, and can allocate functions to run on either CPU or GPU hardware to match workload requirements for data processing or machine learning tasks. The platform scales function instances down to zero when idle and wakes them on demand based on incoming event load, while providing an event
Executes serverless functions on either CPU or GPU hardware to accelerate data processing and machine learning tasks.