# snail-blog **Repository Path**: snail_tech/snail-blog ## Basic Information - **Project Name**: snail-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-09 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: blog ## README ### What is OCCA? In a nutshell, OCCA (like *oca*-rina) is an open-source library which aims to - Make it easy to program different types of devices (e.g. _CPU_, _GPU_, _FPGA_) - Provide a [unified API](guide/occa/introduction.md) for interacting with backend device APIs (e.g. _OpenMP_, _CUDA_, _OpenCL_) - Use just-in-time compilation to build backend kernels - Provide a [kernel language](guide/okl/introduction.md), a minor extension to C, to abstract programming for each backend ### Quick Navigation - [Getting started](guide/user-guide/introduction.md) - [Guide to the OCCA API](guide/occa/introduction.md) - [Guide to the OCCA kernel language](guide/okl/introduction.md) - [API Documentation](api/README.md) - [Examples](examples/README.md) - [Meet the Team](team.md) - [History of OCCA](history.md) - [Gallery](gallery.md) - [Publications](publications.md)