// Copyright (c) 2025, `SciRS2` Team
//
// Licensed under the Apache License, Version 2.0
// (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
//
//! GPU-accelerated array implementation for the array protocol.
//!
//! This module provides GPU-accelerated array implementations that work with
//! the array protocol. It supports multiple GPU backends (CUDA, ROCm, Metal,
//! WebGPU, OpenCL) and provides specialized operations for each.
pub use *;
/// Initializes the GPU system for the array protocol.