cuLite v0.3.1
A lite CUDA C++ Interface
Loading...
Searching...
No Matches
Quick Start Guide

Basic concepts and usage examples for the cuLite library.

This guide provides a collection of examples designed to help users familiarize themselves with the cuLite API and understand its core capabilities. Each example is structured to demonstrate best practices for high-performance GPU computing while maintaining code readability.

Note
Design Consistency: cuLite closely follows CLA3P design patterns and behavior, including conventions for copying, moving, shallow copying, and general object lifecycle management. Users familiar with CLA3P will find the cuLite API intuitive and consistent, enabling seamless integration between CPU and GPU-accelerated workflows.

To get started, select a category below to browse the relevant implementation examples. Whether you are migrating from standard CUDA or starting a fresh project, these modules offer a step-by-step progression through the library's features.